From: Al Viro Date: Fri, 20 Oct 2006 06:29:03 +0000 (-0700) Subject: [PATCH] nfsd: nfs_replay_me X-Git-Tag: v2.6.19-rc3~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a90b061c0bf712961cea40d9c916b300073d12e5;p=pandora-kernel.git [PATCH] nfsd: nfs_replay_me We are using NFS_REPLAY_ME as a special error value that is never leaked to clients. That works fine; the only problem is mixing host- and network- endian values in the same objects. Network-endian equivalent would work just as fine; switch to it. Signed-off-by: Al Viro Acked-by: Trond Myklebust Acked-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed