]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: refactor long-format btree header verification routines
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 27 Feb 2018 04:43:16 +0000 (22:43 -0600)
committerEric Sandeen <sandeen@redhat.com>
Tue, 27 Feb 2018 04:43:16 +0000 (22:43 -0600)
commitfb75464f4051e2589b23c44abd69fd095f58d8cb
tree5c846ab1dc2397c18223b1e9db93156ba465fbf9
parentecdc52ff8d8f927d130f711bcbd9bc388dc57057
xfs: refactor long-format btree header verification routines

Source kernel commit: 8368a6019d5bbb8b56c140029dcf5ea570b638f1

Create two helper functions to verify the headers of a long format
btree block.  We'll use this later for the realtime rmapbt.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_bmap_btree.c
libxfs/xfs_btree.c
libxfs/xfs_btree.h