]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
repair: reduce byte swap operations in scanfunc_allocbt
authorBarry Naujok <bnaujok@sgi.com>
Tue, 8 Sep 2009 14:09:52 +0000 (11:09 -0300)
committerhch@lst.de <Christoph Hellwig>
Tue, 8 Sep 2009 14:09:52 +0000 (11:09 -0300)
commit9fa82595976c0604f04a1969a73343ac1745f967
treebceb3b2fab9db6beb610cf8fa0968d3f7eb9a7fa
parente56c9cc2a36ec656e9d8aebd542486e812d70996
repair: reduce byte swap operations in scanfunc_allocbt

Store native endian version of the extent startblock and length in
local variables instead of converting them over and over again.

Signed-off-by: Barry Naujok <bnaujok@sgi.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
repair/scan.c