ext4: don't remount read-only with errors=continue on reboot
authorJan Kara <jack@suse.cz>
Fri, 27 Nov 2020 11:33:54 +0000 (12:33 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Dec 2020 10:54:13 +0000 (11:54 +0100)
commit0b3ade0b86865046ea07173011372cc9c5874773
tree53b3e13d2b9593f52f14918f3dc730718e486e6f
parenta8f8e6ae9744af9e819c33771e73f79a1c9a516a
ext4: don't remount read-only with errors=continue on reboot

commit b08070eca9e247f60ab39d79b2c25d274750441f upstream.

ext4_handle_error() with errors=continue mount option can accidentally
remount the filesystem read-only when the system is rebooting. Fix that.

Fixes: 1dc1097ff60e ("ext4: avoid panic during forced reboot")
Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Cc: stable@kernel.org
Link: https://lore.kernel.org/r/20201127113405.26867-2-jack@suse.cz
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ext4/super.c