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:
04da6e9
)
nfsd: fix endianness breakage in TEST_STATEID handling
author
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 13 Apr 2012 04:10:34 +0000
(
00:10
-0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 13 Apr 2012 14:12:01 +0000
(10:12 -0400)
->ts_id_status gets nfs errno, i.e. it's already big-endian; no need
to apply htonl() to it. Broken by commit 174568 (NFSD: Added TEST_STATEID
operation) last year...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found