commit | 651e1c3b1576c5ffda6df01db1ef535eeb8b1a37 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Oct 12 23:12:53 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Oct 12 23:12:53 2016 -0400 |
tree | f0fb440deda474952fc86c576111608d5df6a824 | |
parent | b67be92feb486f800d80d72c67fd87b47b79b18e [diff] |
ext4: super.c: Update logging style using KERN_CONT Recent commit require line continuing printks to use PR_CONT. Update super.c to use KERN_CONT and use vsprintf extension %pV to avoid a printk/vprintk/printk("\n") sequence as well. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Jan Kara <jack@suse.cz>