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

2016-10-12 Thread Theodore Ts'o
Applied, thanks. - Ted

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

2016-10-12 Thread Theodore Ts'o
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 extensio

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

2016-10-12 Thread Joe Perches
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. > >

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

2016-10-12 Thread Jan Kara
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

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

2016-10-11 Thread Joe Perches
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. Signed-off-by: Joe Perches --- fs/ext4/super.c | 21 +++-- 1 file changed, 11 insertions(+), 10 del