]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: factor out a __xfs_btree_check_lblock_hdr helper
authorChristoph Hellwig <hch@lst.de>
Mon, 22 Apr 2024 17:01:08 +0000 (10:01 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 18:37:40 +0000 (11:37 -0700)
commit8fe547421ce14457e43f5b167868595a04869283
treed1e388a8df1c59d59ee91a1606b24721d7717d48
parentdf73ffba21e18e57c8add1b7230c2decc14dd2da
xfs: factor out a __xfs_btree_check_lblock_hdr helper

Source kernel commit: 79e72304dcba471e5c0dea2f3c67fe1a0558c140

This will allow sharing code with the in-memory block checking helper.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
libxfs/xfs_btree.c