]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ext4: save error to disk in __ext4_grp_locked_error()
authorZhouyi Zhou <zhouzhouyi@gmail.com>
Wed, 10 Jan 2018 05:34:19 +0000 (00:34 -0500)
committerSeth Forshee <seth.forshee@canonical.com>
Fri, 23 Feb 2018 14:27:19 +0000 (08:27 -0600)
BugLink: http://bugs.launchpad.net/bugs/1751131
commit 06f29cc81f0350261f59643a505010531130eea0 upstream.

In the function __ext4_grp_locked_error(), __save_error_info()
is called to save error info in super block block, but does not sync
that information to disk to info the subsequence fsck after reboot.

This patch writes the error information to disk.  After this patch,
I think there is no obvious EXT4 error handle branches which leads to
"Remounting filesystem read-only" will leave the disk partition miss
the subsequence fsck.

Signed-off-by: Zhouyi Zhou <zhouzhouyi@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
fs/ext4/super.c

index d9db613ebec1a6b5ecab482e8b20e34feee4df6c..b38f23507f524828fae113349aebc79ae84dc96f 100644 (file)
@@ -747,6 +747,7 @@ __acquires(bitlock)
        }
 
        ext4_unlock_group(sb, grp);
+       ext4_commit_super(sb, 1);
        ext4_handle_error(sb);
        /*
         * We only get here in the ERRORS_RO case; relocking the group