commit | faf73fb70da91a5bccc8791be6dccdea99dee829 | [log] [tgz] |
---|---|---|
author | Richard Weinberger <richard@nod.at> | Mon Jul 29 23:37:31 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 15 14:35:15 2024 -0600 |
tree | aedddbac416e37b97dfcb3daa3236a8b887daf0a | |
parent | 37dc8c2e98dafd10520207382c17a2ff234c20b7 [diff] |
ext4: Improve feature checking Evaluate the filesystem incompat and ro_compat bit fields to judge whether the filesystem can be read or written. For the read side only a scary warning is shown so far. I'd love to abort mounting too, but I fear this will break some setups where the driver works by chance. Signed-off-by: Richard Weinberger <richard@nod.at>