commit | 69ef921b55cc3788d1d2a27b33b27d04acd0090a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Jul 08 14:36:05 2011 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jul 08 14:36:05 2011 +0200 |
tree | bcc7c1f4b7f15628f122dfdb96f8d4d37f587e92 | |
parent | 218106a1104c598011e5df9d9aac7e0416be03e6 [diff] |
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 <hch@lst.de> Reviewed-by: Alex Elder <aelder@sgi.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>