]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
authorDarrick J. Wong <djwong@kernel.org>
Wed, 27 Mar 2024 00:12:10 +0000 (17:12 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Apr 2024 13:28:46 +0000 (15:28 +0200)
commit1a6d63f2418c61f0eef4581bee8e93b9eddc858b
treeb981542e73bb1172f87458430e907345217bcace
parent648b41f28181d3491e5ec843ed76d479b98a9cdd
xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h

commit 13928113fc5b5e79c91796290a99ed991ac0efe2 upstream.

Move all the declarations for functionality in xfs_rtbitmap.c into a
separate xfs_rtbitmap.h header file.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Catherine Hoang <catherine.hoang@oracle.com>
Acked-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/xfs/libxfs/xfs_bmap.c
fs/xfs/libxfs/xfs_rtbitmap.c
fs/xfs/libxfs/xfs_rtbitmap.h [new file with mode: 0644]
fs/xfs/scrub/fscounters.c
fs/xfs/scrub/rtbitmap.c
fs/xfs/scrub/rtsummary.c
fs/xfs/xfs_fsmap.c
fs/xfs/xfs_rtalloc.c
fs/xfs/xfs_rtalloc.h