commit | 654b358ce00da96bbef164b55df8c06fb7d850dc | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Jul 03 14:21:31 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Aug 07 13:56:24 2024 -0700 |
tree | 199a5adabfe91d94bfbf97f32c40dd200667a50c | |
parent | e4f0f712d65df9f020351e53293c22e6b1a20c03 [diff] |
xfs_scrub: use scrub barriers to reduce kernel calls Use scrub barriers so that we can submit a single scrub request for a bunch of things, and have the kernel stop midway through if it finds anything broken. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>