diff options
author | Jan Kara <jack@suse.cz> | 2023-06-16 19:50:52 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2023-07-30 01:37:53 +0300 |
commit | e0e985f3f8941438a66ab8abb94cb011b9fb39a7 (patch) | |
tree | 7a651809d3378d6a399b95716ed11a76ef51d8d7 /scripts/generate_rust_analyzer.py | |
parent | 95257987a6387f02970eda707e55a06cce734e18 (diff) | |
download | linux-e0e985f3f8941438a66ab8abb94cb011b9fb39a7.tar.xz |
ext4: avoid starting transaction on read-only fs in ext4_quota_off()
When the filesystem gets first remounted read-only and then unmounted,
ext4_quota_off() will try to start a transaction (and fail) on read-only
filesystem to cleanup inode flags for legacy quota files. Just bail
before trying to start a transaction instead since that is going to
issue a warning.
Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20230616165109.21695-6-jack@suse.cz
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions