]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: remove xfs_{rtbitmap,rtsummary}_wordcount
authorChristoph Hellwig <hch@lst.de>
Fri, 30 Aug 2024 22:37:14 +0000 (15:37 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Sun, 1 Sep 2024 15:58:19 +0000 (08:58 -0700)
commit1fc51cf11dd8b26856ae1c4111e402caec73019c
tree479393bc8d22b96071064c42d34c5f62a0b6deae
parent0902819fe649343deeacd5b15a85cc9b0c7e3dd5
xfs: remove xfs_{rtbitmap,rtsummary}_wordcount

xfs_rtbitmap_wordcount and xfs_rtsummary_wordcount are currently unused,
so remove them to simplify refactoring other rtbitmap helpers.  They
can be added back or simply open coded when actually needed.

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_rtbitmap.h