From: Jeff Layton Date: Tue, 17 Jun 2014 11:44:12 +0000 (-0400) Subject: nfsd: clean up sparse endianness warnings in nfscache.c X-Git-Tag: omap-for-v3.17/fixes-against-rc2~101^2~161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3d8d1284a8275f7e761df5fc5f80c464ecd23dd;p=pandora-kernel.git nfsd: clean up sparse endianness warnings in nfscache.c We currently hash the XID to determine a hash bucket to use for the reply cache entry, which is fed into hash_32 without byte-swapping it. Add __force to make sparse happy, and add some comments to explain why. Signed-off-by: Jeff Layton Reviewed-by: Christoph Hellwig Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed