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/orangefs-mod.c | |
parent | b7ae37b09e069a5d8d604caabd6675456a0d89fc (diff) | |
download | linux-stable-831d0949799be75ed84c1c6a4541ebcd74edba6c.tar.gz linux-stable-831d0949799be75ed84c1c6a4541ebcd74edba6c.tar.bz2 linux-stable-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/orangefs-mod.c')
-rw-r--r-- | fs/orangefs/orangefs-mod.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/orangefs/orangefs-mod.c b/fs/orangefs/orangefs-mod.c index 7434fa036328..d0257f8b8cd3 100644 --- a/fs/orangefs/orangefs-mod.c +++ b/fs/orangefs/orangefs-mod.c @@ -303,7 +303,6 @@ void purge_inprogress_ops(void) get_opname_string(op)); set_op_state_purged(op); spin_unlock(&op->lock); - wake_up_interruptible(&op->waitq); } } } |