commit | f282c310f6c26c8f7b52ef47ec994bbab5632c7d | [log] [tgz] |
---|---|---|
author | Richard Weinberger <richard@nod.at> | Tue Jul 02 21:41:12 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 11 15:38:51 2024 -0600 |
tree | 1ada39dcb10f458fd43af2c5fcaab280107d9aff | |
parent | 6fd2aad04ec96116e58631b7f92d8bf518bfd353 [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>