aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/delegation.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/delegation.c')
-rw-r--r--fs/nfs/delegation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/delegation.c b/fs/nfs/delegation.c
index 7f37d1bea83f..b47c156a711d 100644
--- a/fs/nfs/delegation.c
+++ b/fs/nfs/delegation.c
@@ -74,7 +74,7 @@ again:
74 continue; 74 continue;
75 get_nfs_open_context(ctx); 75 get_nfs_open_context(ctx);
76 spin_unlock(&inode->i_lock); 76 spin_unlock(&inode->i_lock);
77 err = nfs4_open_delegation_recall(ctx->dentry, state); 77 err = nfs4_open_delegation_recall(ctx->path.dentry, state);
78 if (err >= 0) 78 if (err >= 0)
79 err = nfs_delegation_claim_locks(ctx, state); 79 err = nfs_delegation_claim_locks(ctx, state);
80 put_nfs_open_context(ctx); 80 put_nfs_open_context(ctx);