mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-01 12:04:08 +00:00
Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux
Pull nfsd fix frm Bruce Fields: "J R Okajima sent this early and I was just slow to pass it along, apologies. Fortunately it's a simple fix" * 'nfsd-next' of git://linux-nfs.org/~bfields/linux: nfsd: fix lost nfserrno() call in nfsd_setattr()
This commit is contained in:
commit
632b06aa28
1 changed files with 1 additions and 0 deletions
|
@ -449,6 +449,7 @@ nfsd_setattr(struct svc_rqst *rqstp, struct svc_fh *fhp, struct iattr *iap,
|
||||||
fh_lock(fhp);
|
fh_lock(fhp);
|
||||||
host_err = notify_change(dentry, iap, NULL);
|
host_err = notify_change(dentry, iap, NULL);
|
||||||
fh_unlock(fhp);
|
fh_unlock(fhp);
|
||||||
|
err = nfserrno(host_err);
|
||||||
|
|
||||||
out_put_write_access:
|
out_put_write_access:
|
||||||
if (size_change)
|
if (size_change)
|
||||||
|
|
Loading…
Add table
Reference in a new issue