• E
    ext4: Add missing newlines to printk messages · 5128273a
    Eric Sesterhenn 提交于
    There are some newlines missing in ext4_check_descriptors, which
    cause the printk level to be printed out when the next printk call
    is made:
    
    [  778.847265] EXT4-fs: ext4_check_descriptors: Block bitmap for group 0
    not in group (block 1509949442)!<3>EXT4-fs: group descriptors corrupted!
    [  802.646630] EXT4-fs: ext4_check_descriptors: Inode bitmap for group 0
    not in group (block 9043971)!<3>EXT4-fs: group descriptors corrupted!
    Signed-off-by: NEric Sesterhenn <snakebyte@gmx.de>
    Signed-off-by: N"Theodore Ts'o" <tytso@mit.edu>
    5128273a
super.c 102.8 KB