From: Al Viro Date: Fri, 13 Apr 2012 04:00:04 +0000 (-0400) Subject: nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() fails X-Git-Tag: v3.4-rc4~35^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04da6e9d63427b2d0fd04766712200c250b3278f;p=pandora-kernel.git nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() fails nfsd_open() already returns an NFS error value; only vfs_test_lock() result needs to be fed through nfserrno(). Broken by commit 55ef12 (nfsd: Ensure nfsv4 calls the underlying filesystem on LOCKT) three years ago... Signed-off-by: Al Viro --- Reading git-diff-tree failed