commit | 02f5fde5df0ea930e70f93763dd48beff182b208 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Apr 13 00:10:34 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Apr 13 10:12:01 2012 -0400 |
tree | ad2f156f7f3ec5c9b4af2fb19135b40b82878a28 | |
parent | 04da6e9d63427b2d0fd04766712200c250b3278f [diff] |
nfsd: fix endianness breakage in TEST_STATEID handling ->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>