• Z
    ext4: save error to disk in __ext4_grp_locked_error() · 06f29cc8
    Zhouyi Zhou 提交于
    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: NZhouyi Zhou <zhouzhouyi@gmail.com>
    Signed-off-by: NTheodore Ts'o <tytso@mit.edu>
    Cc: stable@vger.kernel.org
    06f29cc8
super.c 165.6 KB