On Tue, 1 Feb 2022 14:13:45 +0100, Lukas Czerner wrote: > After commit 6e47a3cc68fc ("ext4: get rid of super block and sbi from > handle_mount_ops()") the 'abort' options stopped working. This is > because we're using ctx_set_mount_flags() helper that's expecting an > argument with the appropriate bit set, but instead got > EXT4_MF_FS_ABORTED which is a bit position. ext4_set_mount_flag() is > using set_bit() while ctx_set_mount_flags() was using bitwise OR. > > [...] Applied, thanks! [1/1] ext4: fix remount with 'abort' option commit: e3952fcce1aad934f1322843b564ff86256444b2 Best regards, -- Theodore Ts'o <tytso@xxxxxxx>