]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove the limit argument to xfs_rtfind_back
authorChristoph Hellwig <hch@lst.de>
Mon, 21 Oct 2024 00:10:41 +0000 (17:10 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 31 Oct 2024 22:45:02 +0000 (15:45 -0700)
commita9af23f75abb1f76913f14ae4810619cb3a2a9aa
treefe0ee1d2b33c03680785b46b7053cd43f7d5e6fd
parentb03d9058b0306f93ecc84600c8d5dc31a18f1cac
xfs: remove the limit argument to xfs_rtfind_back

Source kernel commit: 119c65e56bc131b466a7cd958a4089e286ce3c4b

All callers pass a 0 limit to xfs_rtfind_back, so remove the argument
and hard code it.

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