Skip to content

Commit 632b06a

Browse files
committed
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()
2 parents 3e79d97 + 1406b91 commit 632b06a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/nfsd/vfs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ nfsd_setattr(struct svc_rqst *rqstp, struct svc_fh *fhp, struct iattr *iap,
449449
fh_lock(fhp);
450450
host_err = notify_change(dentry, iap, NULL);
451451
fh_unlock(fhp);
452+
err = nfserrno(host_err);
452453

453454
out_put_write_access:
454455
if (size_change)

0 commit comments

Comments
 (0)