]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_{db,repair}: use helpers for rtsummary block/wordcount computations
authorDarrick J. Wong <djwong@kernel.org>
Mon, 15 Apr 2024 23:07:30 +0000 (16:07 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 17 Apr 2024 21:06:23 +0000 (14:06 -0700)
commit113af2358443ca656ca3d5bfe3944d886f140f61
treed0d1ec8ae1f548039224c2d700911a8d382df5c6
parent0457cd25c852847b7f9a475157239f33b2885113
xfs_{db,repair}: use helpers for rtsummary block/wordcount computations

Port xfs_db and xfs_repair to use the new helper functions that compute
the number of blocks or words necessary to store the rt summary file.

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