diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-02-14 03:06:50 +0100 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2016-02-19 19:45:55 +0100 |
commit | 897c5df6cf8c10d2557c098641faa62f65ef8598 (patch) | |
tree | 6b081cc1edbf8cd5b108f868f2e944f01ee380e4 /fs/orangefs/orangefs-kernel.h | |
parent | orangefs_readdir_index_put(): get rid of bufmap argument (diff) | |
download | linux-897c5df6cf8c10d2557c098641faa62f65ef8598.tar.xz linux-897c5df6cf8c10d2557c098641faa62f65ef8598.zip |
orangefs: get rid of op->done
shouldn't be needed now
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/orangefs/orangefs-kernel.h b/fs/orangefs/orangefs-kernel.h index 8613d4166d0f..1d20eadaefd8 100644 --- a/fs/orangefs/orangefs-kernel.h +++ b/fs/orangefs/orangefs-kernel.h @@ -205,8 +205,6 @@ struct orangefs_kernel_op_s { struct completion waitq; spinlock_t lock; - struct completion done; - atomic_t ref_count; /* VFS aio fields */ |