summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/orangefs-cache.c
diff options
context:
space:
mode:
authorAl Viro2016-02-14 03:06:50 +0100
committerMike Marshall2016-02-19 19:45:55 +0100
commit897c5df6cf8c10d2557c098641faa62f65ef8598 (patch)
tree6b081cc1edbf8cd5b108f868f2e944f01ee380e4 /fs/orangefs/orangefs-cache.c
parentorangefs_readdir_index_put(): get rid of bufmap argument (diff)
downloadkernel-qcow2-linux-897c5df6cf8c10d2557c098641faa62f65ef8598.tar.gz
kernel-qcow2-linux-897c5df6cf8c10d2557c098641faa62f65ef8598.tar.xz
kernel-qcow2-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-cache.c')
-rw-r--r--fs/orangefs/orangefs-cache.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/orangefs/orangefs-cache.c b/fs/orangefs/orangefs-cache.c
index 09194e69875f..817092a14429 100644
--- a/fs/orangefs/orangefs-cache.c
+++ b/fs/orangefs/orangefs-cache.c
@@ -122,8 +122,6 @@ struct orangefs_kernel_op_s *op_alloc(__s32 type)
atomic_set(&new_op->ref_count, 1);
- init_completion(&new_op->done);
-
new_op->upcall.type = ORANGEFS_VFS_OP_INVALID;
new_op->downcall.type = ORANGEFS_VFS_OP_INVALID;
new_op->downcall.status = -1;