]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xfs: replace m_rsumsize with m_rsumblocks
authorChristoph Hellwig <hch@lst.de>
Fri, 30 Aug 2024 22:37:15 +0000 (15:37 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Sun, 1 Sep 2024 15:58:19 +0000 (08:58 -0700)
commit33912286cb1956920712aba8cb6f38e434824357
treec94f2868330c3f2231d4730541c267e41956261e
parent1fc51cf11dd8b26856ae1c4111e402caec73019c
xfs: replace m_rsumsize with m_rsumblocks

Track the RT summary file size in blocks, just like the RT bitmap
file.  While we have users of both units, blocks are used slightly
more often and this matches the bitmap file for consistency.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/libxfs/xfs_rtbitmap.c
fs/xfs/libxfs/xfs_trans_resv.c
fs/xfs/scrub/rtsummary.c
fs/xfs/scrub/rtsummary.h
fs/xfs/scrub/rtsummary_repair.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_rtalloc.c