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

2016-10-15 Thread Theodore Ts'o
On Thu, Oct 13, 2016 at 03:23:11PM -0600, Andreas Dilger wrote: > On Oct 13, 2016, at 12:50 PM, Joe Perches wrote: > > > > Recent commits require line continuing printks to always use > > pr_cont or KERN_CONT. Add these markings to a few more printks. > > > > Miscellaneaous:

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

2016-10-15 Thread Theodore Ts'o
On Thu, Oct 13, 2016 at 03:23:11PM -0600, Andreas Dilger wrote: > On Oct 13, 2016, at 12:50 PM, Joe Perches 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

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

2016-10-13 Thread Andreas Dilger
On Oct 13, 2016, at 12:50 PM, Joe Perches 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

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

2016-10-13 Thread Andreas Dilger
On Oct 13, 2016, at 12:50 PM, Joe Perches 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

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

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

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

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