Re: [PATCH] ext4: Add missing KERN_CONT to a few more debugging uses

From: Theodore Ts'o
Date: Sat Oct 15 2016 - 10:11:33 EST


On Thu, Oct 13, 2016 at 03:23:11PM -0600, Andreas Dilger wrote:
> On Oct 13, 2016, at 12:50 PM, Joe Perches <joe@xxxxxxxxxxx> wrote:
> >
> > Recent commits require line continuing printks to always use
> > pr_cont or KERN_CONT. Add these markings to a few more printks.
> >
> > Miscellaneaous:
> >
> > o Integrate the ea_idebug and ea_bdebug macros to use a single
> > call to printk(KERN_DEBUG instead of 3 separate printks
> > o Use the more common varargs macro style
> >
> > Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
>
> Looks fine.
>
> Reviewed-by: Andreas Dilger <adilger@xxxxxxxxx>

Applied, thanks.

- Ted