From: J. R. Okajima Date: Tue, 18 Feb 2014 15:27:53 +0000 (+0900) Subject: nfsd: fix lost nfserrno() call in nfsd_setattr() X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=1406b916f4a29d5f9660264a28ce609c8c77e7ae;hp=1406b916f4a29d5f9660264a28ce609c8c77e7ae;p=~andy%2Flinux nfsd: fix lost nfserrno() call in nfsd_setattr() There is a regression in 208d0ac 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 ---