NFS: Replace vfsmount and dentry in nfs_open_context with struct path

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
Trond Myklebust
2007-06-05 10:42:27 -04:00
parent de05a0cc2a
commit 88be9f990f
8 changed files with 29 additions and 29 deletions

View File

@@ -74,7 +74,7 @@ again:
continue;
get_nfs_open_context(ctx);
spin_unlock(&inode->i_lock);
err = nfs4_open_delegation_recall(ctx->dentry, state);
err = nfs4_open_delegation_recall(ctx->path.dentry, state);
if (err >= 0)
err = nfs_delegation_claim_locks(ctx, state);
put_nfs_open_context(ctx);