From: Al Viro Date: Fri, 13 Apr 2012 04:10:34 +0000 (-0400) Subject: nfsd: fix endianness breakage in TEST_STATEID handling X-Git-Tag: v3.4-rc4~35^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02f5fde5df0ea930e70f93763dd48beff182b208;p=pandora-kernel.git 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 --- Reading git-diff-tree failed