diff options
author | Stanislav Kinsbursky <skinsbursky@parallels.com> | 2012-01-11 10:18:42 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-01-31 18:20:26 -0500 |
commit | 30507f58ce11e7664512059c708347d7a7d75271 (patch) | |
tree | 91af30e05a4423f4a86ed3852880bdaf45854244 /fs/nfs/idmap.c | |
parent | 70fe25b6e1a535f09792d1ed7012036c7bd506b2 (diff) |
SUNRPC: remove RPC PipeFS mount point reference from RPC client
This is a cleanup patch. We don't need this reference anymore.
Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/idmap.c')
-rw-r--r-- | fs/nfs/idmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/idmap.c b/fs/nfs/idmap.c index 2992cb854e12..588d7da5b17e 100644 --- a/fs/nfs/idmap.c +++ b/fs/nfs/idmap.c | |||
@@ -451,8 +451,8 @@ nfs_idmap_new(struct nfs_client *clp) | |||
451 | return error; | 451 | return error; |
452 | } | 452 | } |
453 | 453 | ||
454 | if (clp->cl_rpcclient->cl_path.dentry) | 454 | if (clp->cl_rpcclient->cl_dentry) |
455 | pipe->dentry = rpc_mkpipe_dentry(clp->cl_rpcclient->cl_path.dentry, | 455 | pipe->dentry = rpc_mkpipe_dentry(clp->cl_rpcclient->cl_dentry, |
456 | "idmap", idmap, pipe); | 456 | "idmap", idmap, pipe); |
457 | if (IS_ERR(pipe->dentry)) { | 457 | if (IS_ERR(pipe->dentry)) { |
458 | error = PTR_ERR(pipe->dentry); | 458 | error = PTR_ERR(pipe->dentry); |