diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-01-21 23:17:37 -0500 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2016-01-23 12:42:43 -0500 |
commit | 831d0949799be75ed84c1c6a4541ebcd74edba6c (patch) | |
tree | 169e32f185f943ef54502cab688159dd1a661c3a /fs/orangefs/waitqueue.c | |
parent | b7ae37b09e069a5d8d604caabd6675456a0d89fc (diff) | |
download | linux-831d0949799be75ed84c1c6a4541ebcd74edba6c.tar.gz linux-831d0949799be75ed84c1c6a4541ebcd74edba6c.tar.bz2 linux-831d0949799be75ed84c1c6a4541ebcd74edba6c.zip |
orangefs: move wakeups into set_op_state_{serviced,purged}()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/waitqueue.c')
-rw-r--r-- | fs/orangefs/waitqueue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/orangefs/waitqueue.c b/fs/orangefs/waitqueue.c index 0b04f4197526..641de05fa739 100644 --- a/fs/orangefs/waitqueue.c +++ b/fs/orangefs/waitqueue.c @@ -36,7 +36,6 @@ void purge_waiting_ops(void) spin_lock(&op->lock); set_op_state_purged(op); spin_unlock(&op->lock); - wake_up_interruptible(&op->waitq); } spin_unlock(&orangefs_request_list_lock); } |