X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fnfsd%2Fnfs3proc.c;h=c721a1e6e9ddf1eb3f3b8ab5362ac52d4087bf07;hb=6924d1ab8b7bbe5ab416713f5701b3316b2df85b;hp=eac82830bfd71ea3887c68081479cac4929ba618;hpb=38cb162b7585d837083b8365da1eb32687c5164c;p=linux-2.6 diff --git a/fs/nfsd/nfs3proc.c b/fs/nfsd/nfs3proc.c index eac82830bf..c721a1e6e9 100644 --- a/fs/nfsd/nfs3proc.c +++ b/fs/nfsd/nfs3proc.c @@ -67,7 +67,7 @@ nfsd3_proc_getattr(struct svc_rqst *rqstp, struct nfsd_fhandle *argp, if (nfserr) RETURN_STATUS(nfserr); - err = vfs_getattr(resp->fh.fh_export->ex_mnt, + err = vfs_getattr(resp->fh.fh_export->ex_path.mnt, resp->fh.fh_dentry, &resp->stat); nfserr = nfserrno(err);