aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/delegation.c
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2007-07-06 15:10:43 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2007-07-10 23:40:41 -0400
commit13437e12fb43cb7e285ff59248f781c91578eafe (patch)
tree450c618a4655161b4c534d700b9111cf7c349e6f /fs/nfs/delegation.c
parent901630278469c0d7610554227f39ed2d02d0d270 (diff)
NFSv4: Support recalling delegations by stateid part 2
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
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 cee2ba42b68d..93a9f4bd9bd0 100644
--- a/fs/nfs/delegation.c
+++ b/fs/nfs/delegation.c
@@ -76,7 +76,7 @@ again:
76 continue; 76 continue;
77 get_nfs_open_context(ctx); 77 get_nfs_open_context(ctx);
78 spin_unlock(&inode->i_lock); 78 spin_unlock(&inode->i_lock);
79 err = nfs4_open_delegation_recall(ctx, state); 79 err = nfs4_open_delegation_recall(ctx, state, stateid);
80 if (err >= 0) 80 if (err >= 0)
81 err = nfs_delegation_claim_locks(ctx, state); 81 err = nfs_delegation_claim_locks(ctx, state);
82 put_nfs_open_context(ctx); 82 put_nfs_open_context(ctx);