aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/inode.c')
-rw-r--r--fs/nfs/inode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c
index 2f8e61816d75..477a2e512b39 100644
--- a/fs/nfs/inode.c
+++ b/fs/nfs/inode.c
@@ -639,7 +639,6 @@ struct nfs_open_context *alloc_nfs_open_context(struct path *path, struct rpc_cr
639 ctx->mode = f_mode; 639 ctx->mode = f_mode;
640 ctx->flags = 0; 640 ctx->flags = 0;
641 ctx->error = 0; 641 ctx->error = 0;
642 ctx->dir_cookie = 0;
643 nfs_init_lock_context(&ctx->lock_context); 642 nfs_init_lock_context(&ctx->lock_context);
644 ctx->lock_context.open_context = ctx; 643 ctx->lock_context.open_context = ctx;
645 INIT_LIST_HEAD(&ctx->list); 644 INIT_LIST_HEAD(&ctx->list);