]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_db: hoist bit scraping function
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:22:08 +0000 (14:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 16 Jul 2024 22:49:17 +0000 (15:49 -0700)
commitbced00bc77fcba2737beb7530427ed02433f1bee
tree85de75dd154861b076d4a84d8b233b31e757e8d7
parent535bbf74b0aeb4b9277acfd48bde6fc4f79a6c77
xfs_db: hoist bit scraping function

Hoist the bit scraping code into a separate helper function so that we
can create a _le version later, and also enable some testing functions.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
db/bit.c