]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_db: hoist bit scraping function
authorDarrick J. Wong <djwong@kernel.org>
Wed, 7 Aug 2024 23:04:43 +0000 (16:04 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Sat, 10 Aug 2024 06:54:51 +0000 (23:54 -0700)
commit397d28a8e38d6bc499246f32ebd84a378cda9918
treef06708f88260e1bccb7fa41059db5a10c092f81b
parent4dfb524bab0da60715716b2e4a64e62875ee866c
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