diff options
author | 2023-06-16 18:50:50 +0200 | |
---|---|---|
committer | 2023-07-29 18:37:53 -0400 | |
commit | 22b8d707b07e6e06f50fe1d9ca8756e1f894eb0d (patch) | |
tree | dfc8008a263537038d873d16049c40e811be5486 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ext4: make ext4_forced_shutdown() take struct super_block (diff) | |
download | linux-rng-22b8d707b07e6e06f50fe1d9ca8756e1f894eb0d.tar.xz linux-rng-22b8d707b07e6e06f50fe1d9ca8756e1f894eb0d.zip |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions