ext4: super.c: Update logging style using KERN_CONT
authorJoe Perches <joe@perches.com>
Thu, 13 Oct 2016 03:12:53 +0000 (23:12 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 13 Oct 2016 03:12:53 +0000 (23:12 -0400)
commit651e1c3b1576c5ffda6df01db1ef535eeb8b1a37
treef0fb440deda474952fc86c576111608d5df6a824
parentb67be92feb486f800d80d72c67fd87b47b79b18e
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>
fs/ext4/super.c