diff options
Diffstat (limited to 'fs/nfsd/nfs4xdr.c')
| -rw-r--r-- | fs/nfsd/nfs4xdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c index 15809dfd88a5..b0bfbda375e1 100644 --- a/fs/nfsd/nfs4xdr.c +++ b/fs/nfsd/nfs4xdr.c | |||
| @@ -1296,7 +1296,7 @@ static char *nfsd4_path(struct svc_rqst *rqstp, struct svc_export *exp, __be32 * | |||
| 1296 | char *path, *rootpath; | 1296 | char *path, *rootpath; |
| 1297 | 1297 | ||
| 1298 | fh_init(&tmp_fh, NFS4_FHSIZE); | 1298 | fh_init(&tmp_fh, NFS4_FHSIZE); |
| 1299 | *stat = exp_pseudoroot(rqstp->rq_client, &tmp_fh, &rqstp->rq_chandle); | 1299 | *stat = exp_pseudoroot(rqstp, &tmp_fh); |
| 1300 | if (*stat) | 1300 | if (*stat) |
| 1301 | return NULL; | 1301 | return NULL; |
| 1302 | rootpath = tmp_fh.fh_export->ex_path; | 1302 | rootpath = tmp_fh.fh_export->ex_path; |
