mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[PATCH] knfsd: nfsd4: remove nfsd_setuser from putrootfh
Since nfsd_setuser() is already called from any operation that uses the current filehandle (because it's called from fh_verify), there's no reason to call it from putrootfh. Signed-off-by: Andy Adamson <andros@citi.umich.edu> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
54cceebb67
commit
f0e2993e9e
1 changed files with 0 additions and 2 deletions
|
@ -288,8 +288,6 @@ nfsd4_putrootfh(struct svc_rqst *rqstp, struct svc_fh *current_fh)
|
|||
fh_put(current_fh);
|
||||
status = exp_pseudoroot(rqstp->rq_client, current_fh,
|
||||
&rqstp->rq_chandle);
|
||||
if (!status)
|
||||
status = nfserrno(nfsd_setuser(rqstp, current_fh->fh_export));
|
||||
return status;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue