]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
authorDarrick J. Wong <djwong@kernel.org>
Mon, 12 Feb 2024 14:13:16 +0000 (15:13 +0100)
committerCarlos Maiolino <cem@kernel.org>
Thu, 15 Feb 2024 11:56:43 +0000 (12:56 +0100)
commita8616431bfa479cafdb4680ca9c3239d28117aee
tree5e51eb56685423dddf439a20b2bd29a4e6583467
parent06d168b5b9a2cb78af19a3e9b92e19d1df501ce8
xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h

Source kernel commit: 13928113fc5b5e79c91796290a99ed991ac0efe2

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: Carlos Maiolino <cem@kernel.org>
libxfs/libxfs_priv.h
libxfs/xfs_bmap.c
libxfs/xfs_rtbitmap.c
libxfs/xfs_rtbitmap.h [new file with mode: 0644]