projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c36c940
)
orangefs: use list_for_each_entry_safe in purge_waiting_ops
author
Martin Brandenburg
<martin@omnibond.com>
Mon, 22 Jan 2018 20:44:51 +0000
(15:44 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 31 Jan 2018 11:55:50 +0000
(12:55 +0100)
commit
0afc0decf247f65b7aba666a76a0a68adf4bc435
upstream.
set_op_state_purged can delete the op.
Signed-off-by: Martin Brandenburg <martin@omnibond.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/orangefs/waitqueue.c
patch
|
blob
|
history
diff --git
a/fs/orangefs/waitqueue.c
b/fs/orangefs/waitqueue.c
index
abcfa3f
..
f61b008
100644
(file)
--- a/
fs/orangefs/waitqueue.c
+++ b/
fs/orangefs/waitqueue.c
@@
-28,10
+28,10
@@
static void orangefs_clean_up_interrupted_operation(struct orangefs_kernel_op_s
*/
void purge_waiting_ops(void)
{
- struct orangefs_kernel_op_s *op;
+ struct orangefs_kernel_op_s *op
, *tmp
;
spin_lock(&orangefs_request_list_lock);
- list_for_each_entry
(o
p, &orangefs_request_list, list) {
+ list_for_each_entry
_safe(op, tm
p, &orangefs_request_list, list) {
gossip_debug(GOSSIP_WAIT_DEBUG,
"pvfs2-client-core: purging op tag %llu %s\n",
llu(op->tag),