git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96f6f98
)
nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() fails
author
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 13 Apr 2012 04:00:04 +0000
(
00:00
-0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 13 Apr 2012 14:12:01 +0000
(10:12 -0400)
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 <viro@zeniv.linux.org.uk>
No differences found