]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: convert rt bitmap/summary block numbers to xfs_fileoff_t
authorDarrick J. Wong <djwong@kernel.org>
Mon, 12 Feb 2024 14:14:20 +0000 (15:14 +0100)
committerCarlos Maiolino <cem@kernel.org>
Thu, 15 Feb 2024 11:56:43 +0000 (12:56 +0100)
commit75986bcbc75e0c9d265ea80c77664bc63b3ce249
tree1f021ccbe557223d4cd838cab139980a59917357
parent73b5e7703bcfc5a411e7ba255503471ee5ffdca9
xfs: convert rt bitmap/summary block numbers to xfs_fileoff_t

Source kernel commit: 03f4de332e2e79db36ed2156fb2350480f142bec

We should use xfs_fileoff_t to store the file block offset of any
location within the realtime bitmap or summary files.

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/xfs_rtbitmap.c
libxfs/xfs_rtbitmap.h