]> git.ipfire.org Git - thirdparty/linux.git/commit
xfs: hoist per-bucket unlinked list check to helper
authorDarrick J. Wong <djwong@kernel.org>
Mon, 27 Jul 2026 05:24:33 +0000 (22:24 -0700)
committerCarlos Maiolino <cem@kernel.org>
Mon, 3 Aug 2026 08:20:42 +0000 (10:20 +0200)
commit7cdafd8f10ebdf745ba6046b9fa67490c343a17f
tree829ace210b7c04e8672c955d71330e582dac7a74
parent0c88e10d12de9ca7cbed1467bb1b52310101bff8
xfs: hoist per-bucket unlinked list check to helper

In the next patch we're going to make this loop more exciting, so hoist
the code to a helper function to reduce clutter in the resulting code.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/scrub/agheader.c