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>
This commit is contained in:
Al Viro
2016-01-21 23:17:37 -05:00
committed by Mike Marshall
parent b7ae37b09e
commit 831d094979
4 changed files with 14 additions and 13 deletions

View File

@@ -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);
}
}
}