diff options
author | Jan Kara <jack@suse.cz> | 2023-06-16 19:50:50 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2023-07-30 01:37:53 +0300 |
commit | 22b8d707b07e6e06f50fe1d9ca8756e1f894eb0d (patch) | |
tree | dfc8008a263537038d873d16049c40e811be5486 /scripts/generate_rust_analyzer.py | |
parent | eb8ab4443aec5ffe923a471b337568a8158cd32b (diff) | |
download | linux-22b8d707b07e6e06f50fe1d9ca8756e1f894eb0d.tar.xz |
ext4: make 'abort' mount option handling standard
'abort' mount option is the only mount option that has special handling
and sets a bit in sbi->s_mount_flags. There is not strong reason for
that so just simplify the code and make 'abort' set a bit in
sbi->s_mount_opt2 as any other mount option. This simplifies the code
and will allow us to drop EXT4_MF_FS_ABORTED completely in the following
patch.
Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20230616165109.21695-4-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