]> git.itanic.dy.fi Git - linux-stable/commit
ext4: make 'abort' mount option handling standard
authorJan Kara <jack@suse.cz>
Fri, 16 Jun 2023 16:50:50 +0000 (18:50 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 29 Jul 2023 22:37:53 +0000 (18:37 -0400)
commit22b8d707b07e6e06f50fe1d9ca8756e1f894eb0d
treedfc8008a263537038d873d16049c40e811be5486
parenteb8ab4443aec5ffe923a471b337568a8158cd32b
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>
fs/ext4/ext4.h
fs/ext4/super.c