]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: convert helpers for rtbitmap block/wordcount computations
authorDarrick J. Wong <djwong@kernel.org>
Mon, 15 Apr 2024 23:07:29 +0000 (16:07 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 17 Apr 2024 21:06:23 +0000 (14:06 -0700)
commit742c5e97adac6603249787b22f956454b2d0d5de
treede6410a3f90564a6c7b4c5c5866a0a1898a19cc3
parent61b7c5fda5ccfde4df90b7dc817e1ce371bfee84
xfs_repair: convert helpers for rtbitmap block/wordcount computations

Port xfs_repair to use the new helper functions that compute the number
of blocks or words necessary to store the rt bitmap.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bill O'Donnell <bodonnel@redhat.com>
libxfs/libxfs_api_defs.h
repair/rt.c