]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_scrub: remove flags argument from scrub_scan_all_inodes
authorDarrick J. Wong <djwong@kernel.org>
Mon, 24 Feb 2025 18:21:42 +0000 (10:21 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 25 Feb 2025 17:15:56 +0000 (09:15 -0800)
commitae49784289f7727b8e1fb5e7d5d3d78e5465c257
tree4d2fdb59c7fb840860901068cbdd017e33d24d96
parent279b0d0e8d73f17b8db8b12685b566614e1441cd
xfs_scrub: remove flags argument from scrub_scan_all_inodes

Now that there's only one caller of scrub_scan_all_inodes, remove the
single defined flag because it can set the METADIR bulkstat flag if
needed.  Clarify in the documentation that this is a special purpose
inode iterator that picks up things that don't normally happen.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
scrub/inodes.c
scrub/inodes.h
scrub/phase3.c