xfs: remove the limit argument to xfs_rtfind_back
authorChristoph Hellwig <hch@lst.de>
Fri, 30 Aug 2024 22:36:53 +0000 (15:36 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Sun, 1 Sep 2024 15:58:19 +0000 (08:58 -0700)
commit119c65e56bc131b466a7cd958a4089e286ce3c4b
tree78216377051be44a1df0f6d2fca10ea6c85e5ee7
parent3cb30d5162292a30d34f7e4fa74c13388c4d74ad
xfs: remove the limit argument to xfs_rtfind_back

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