From: Christoph Hellwig Date: Fri, 8 Jul 2011 12:36:05 +0000 (+0200) Subject: xfs: byteswap constants instead of variables X-Git-Tag: v3.1-rc1~322^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69ef921b55cc3788d1d2a27b33b27d04acd0090a;p=pandora-kernel.git xfs: byteswap constants instead of variables Micro-optimize various comparisms by always byteswapping the constant instead of the variable, which allows to do the swap at compile instead of runtime. Signed-off-by: Christoph Hellwig Reviewed-by: Alex Elder Reviewed-by: Dave Chinner --- Reading git-diff-tree failed