commit | a15d994ac3a43dedb0b55c415ba47e28a2b95787 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Fri Dec 20 22:40:57 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Jan 14 13:34:08 2025 -0800 |
tree | ef857ba78939fb2ff9f8332747603d66d1275a65 | |
parent | d7307c4a7ef26664fb67841c5895b2882bca2796 [diff] |
xfs_repair: set exit code correctly when zones are inconsistent Although xfs_validate_zone() will print exactly what's wrong with a zone to the console, repair still needs to print something via do_warn so that we set the exit code correctly. While we're at it, correct the lack of libxfs namespacing to shut up xfs/437. Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>