diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-06-05 11:46:42 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-07-10 23:40:24 -0400 |
commit | 539cd03a5708c9861a3e738e6f363ad743c85ddf (patch) | |
tree | 3d786675f645621b9a04c7b7aad2bbbca9cc5241 /fs/nfs/delegation.c | |
parent | 88be9f990fe70f0f177ef44a16a477599e91f825 (diff) | |
download | linux-539cd03a5708c9861a3e738e6f363ad743c85ddf.tar.gz linux-539cd03a5708c9861a3e738e6f363ad743c85ddf.tar.bz2 linux-539cd03a5708c9861a3e738e6f363ad743c85ddf.zip |
NFSv4: Cleanup: pass the nfs_open_context to open recovery code
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/delegation.c')
-rw-r--r-- | fs/nfs/delegation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/delegation.c b/fs/nfs/delegation.c index b47c156a711d..9f17b91205cf 100644 --- a/fs/nfs/delegation.c +++ b/fs/nfs/delegation.c @@ -74,7 +74,7 @@ again: continue; get_nfs_open_context(ctx); spin_unlock(&inode->i_lock); - err = nfs4_open_delegation_recall(ctx->path.dentry, state); + err = nfs4_open_delegation_recall(ctx, state); if (err >= 0) err = nfs_delegation_claim_locks(ctx, state); put_nfs_open_context(ctx); |