]> git.baikalelectronics.ru Git - kernel.git/commit
nfsd: fix lost nfserrno() call in nfsd_setattr()
authorJ. R. Okajima <hooanon05g@gmail.com>
Tue, 18 Feb 2014 15:27:53 +0000 (00:27 +0900)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 18 Feb 2014 17:25:57 +0000 (12:25 -0500)
commit50fe873567f59022a34c8113a65db572b13bc66a
tree13966a3acca4d30f31ddc12e8c9df2f24eb62fb2
parenta0f41bf370daee1b653bb4de8a51930bade48f19
nfsd: fix lost nfserrno() call in nfsd_setattr()

There is a regression in
c0ab712 2014-01-07 nfsd4: break only delegations when appropriate
which deletes an nfserrno() call in nfsd_setattr() (by accident,
probably), and NFSD becomes ignoring an error from VFS.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/vfs.c