diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-01-23 13:45:46 -0500 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2016-01-23 15:20:11 -0500 |
commit | 2a9e5c22605f5db6040535b10dce5fbc3a7db3bd (patch) | |
tree | b1bae68686c49aac26a3b06aed2921f630171566 /fs/orangefs/orangefs-kernel.h | |
parent | 4f55e39732ad0bd05d70c88e174e747d55e3685c (diff) | |
download | linux-stable-2a9e5c22605f5db6040535b10dce5fbc3a7db3bd.tar.gz linux-stable-2a9e5c22605f5db6040535b10dce5fbc3a7db3bd.tar.bz2 linux-stable-2a9e5c22605f5db6040535b10dce5fbc3a7db3bd.zip |
orangefs: don't reinvent completion.h...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/orangefs-kernel.h')
-rw-r--r-- | fs/orangefs/orangefs-kernel.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/orangefs/orangefs-kernel.h b/fs/orangefs/orangefs-kernel.h index 2b72806d0f68..58e523c23637 100644 --- a/fs/orangefs/orangefs-kernel.h +++ b/fs/orangefs/orangefs-kernel.h @@ -201,8 +201,7 @@ struct orangefs_kernel_op_s { wait_queue_head_t waitq; spinlock_t lock; - int io_completed; - wait_queue_head_t io_completion_waitq; + struct completion done; atomic_t ref_count; |