commit | 21780a32b330c17776b4a140509209d1536975c8 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Jul 29 16:23:05 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Aug 06 11:06:48 2024 -0700 |
tree | 4246eb67995d1f8f541f9885542cd638f5edeffa | |
parent | 7cedf9dba704decde63cd36c22f613acc8173097 [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>