diff --git a/[refs] b/[refs] index 704605298fc7..55818778cd01 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: daeba89d43af0fa469d38a4ccdc32fff8ca17c2e +refs/heads/master: 66d3aac04175c35564cc5982934b68bc4f89a76d diff --git a/trunk/fs/nfs/inode.c b/trunk/fs/nfs/inode.c index a4c7cf2bff3a..6f88d7c77ac9 100644 --- a/trunk/fs/nfs/inode.c +++ b/trunk/fs/nfs/inode.c @@ -506,6 +506,7 @@ static struct nfs_open_context *alloc_nfs_open_context(struct vfsmount *mnt, str ctx->cred = get_rpccred(cred); ctx->state = NULL; ctx->lockowner = current->files; + ctx->flags = 0; ctx->error = 0; ctx->dir_cookie = 0; atomic_set(&ctx->count, 1);