commit | a508ed98c8279b437083385e2a6ef9d489a13edf | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Jul 03 14:21:04 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Aug 07 13:56:16 2024 -0700 |
tree | 4246eb67995d1f8f541f9885542cd638f5edeffa | |
parent | 467494ba532182058b2e26de1747cdb932df212e [diff] |
xfs_scrub: enable users to bump information messages to warnings Add a -o iwarn option that enables users to specify that informational messages (such as incomplete scans, or confusing names) should be treated as warnings. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>