Re: [PATCH] ext4: super.c: Update logging style using PR_CONT

From: Theodore Ts'o
Date: Wed Oct 12 2016 - 20:42:52 EST


On Wed, Oct 12, 2016 at 07:32:10AM -0700, Joe Perches wrote:
> On Wed, 2016-10-12 at 12:41 +0200, Jan Kara wrote:
> > On Tue 11-10-16 18:57:58, Joe Perches wrote:
> > > Recent commit require line continuing printks to use PR_CONT.
> > >
> > > Update super.c to use PR_CONT and use vsprintf extension %pV
> > > to avoid a printk/vprintk/printk("\n") sequence as well.
> >
> >
> > Looks good. You can add:
> >
> > Reviewed-by: Jan Kara <jack@xxxxxxx>
>
> Except the subject and commit bodyis broken and should use KERN_CONT not PR_CONT
>
> Ted, can you please fix when applying or do you want a resubmit?

I'll fix it up, no worries!.

- Ted