Home
last modified time | relevance | path

Searched hist:"0 f5bde1db174f6c471f0bd27198575719dabe3e5" (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ext4/
H A Dblock_validity.cdiff 0f5bde1db174f6c471f0bd27198575719dabe3e5 Tue Jul 28 15:04:37 CEST 2020 Jan Kara <jack@suse.cz> ext4: correctly restore system zone info when remount fails

When remounting filesystem fails late during remount handling and
block_validity mount option is also changed during the remount, we fail
to restore system zone information to a state matching the mount option.
This is mostly harmless, just the block validity checking will not match
the situation described by the mount option. Make sure these two are always
consistent.

Reported-by: Lukas Czerner <lczerner@redhat.com>
Reviewed-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20200728130437.7804-7-jack@suse.cz
Signed-off-by: Theodore Ts'o <tytso@mit.edu>