]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_scrub: warn about incomplete repairs if we never get to them
authorDarrick J. Wong <djwong@kernel.org>
Wed, 24 Jun 2026 18:16:04 +0000 (11:16 -0700)
committerAndrey Albershteyn <aalbersh@kernel.org>
Thu, 25 Jun 2026 13:42:53 +0000 (15:42 +0200)
commitb6dba3d85ae5b7e26386edf1806934473e57e51d
tree4b57c46fd621560989560b848e126f3cdd8a6eff
parentbc9371417a61486f5a2a3a7c0c0791e953c0e105
xfs_scrub: warn about incomplete repairs if we never get to them

If the final pass at repairs fails because the kernel says the
filesystem is busy, we should emit this error to the caller instead of
dropping it silently.

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