]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extent
authorChristoph Hellwig <hch@lst.de>
Fri, 17 Nov 2017 04:11:35 +0000 (22:11 -0600)
committerEric Sandeen <sandeen@redhat.com>
Fri, 17 Nov 2017 04:11:35 +0000 (22:11 -0600)
commit080f0c7115772523808a1a4a69230c05a5f37585
tree1bb7df33335ffe0b9cb3b80211854b397d191543
parentcf455a620a6ba247d21e05dda27d5bffe506423c
xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extent

Source kernel commit: dac9c9b137950421a87c1d9ba29f3a6ee54d0e8a

This removed an unaligned load per extent, as well as the manual poking
into the on-disk extent format.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_bmap.c
libxfs/xfs_bmap_btree.h
libxfs/xfs_inode_fork.c