Re: [PATCH V3 RESEND] SYSV: logging update

2014-09-20 Thread Fabian Frederick
> On 20 September 2014 at 01:00 Andrew Morton wrote: > > > On Sat, 13 Sep 2014 23:12:36 +0200 Fabian Frederick wrote: > > > -use current logging functions > > -replace no level printk by pr_err > > -add debug.c / sysv_err function to include sb->s_id > > -use pr_fmt with standard

Re: [PATCH V3 RESEND] SYSV: logging update

2014-09-20 Thread Fabian Frederick
On 20 September 2014 at 01:00 Andrew Morton a...@linux-foundation.org wrote: On Sat, 13 Sep 2014 23:12:36 +0200 Fabian Frederick f...@skynet.be wrote: -use current logging functions -replace no level printk by pr_err -add debug.c / sysv_err function to include sb-s_id -use pr_fmt

Re: [PATCH V3 RESEND] SYSV: logging update

2014-09-19 Thread Andrew Morton
On Sat, 13 Sep 2014 23:12:36 +0200 Fabian Frederick wrote: > -use current logging functions > -replace no level printk by pr_err > -add debug.c / sysv_err function to include sb->s_id > -use pr_fmt with standard KBUILD_MODNAME ": " > -use __builtin_return_address to display function name >

Re: [PATCH V3 RESEND] SYSV: logging update

2014-09-19 Thread Andrew Morton
On Sat, 13 Sep 2014 23:12:36 +0200 Fabian Frederick f...@skynet.be wrote: -use current logging functions -replace no level printk by pr_err -add debug.c / sysv_err function to include sb-s_id -use pr_fmt with standard KBUILD_MODNAME : -use __builtin_return_address to display function name

[PATCH V3 RESEND] SYSV: logging update

2014-09-13 Thread Fabian Frederick
-use current logging functions -replace no level printk by pr_err -add debug.c / sysv_err function to include sb->s_id -use pr_fmt with standard KBUILD_MODNAME ": " -use __builtin_return_address to display function name logging format is now: sysv: (sb->s_id) sysv_fill_super [sysv]: msg Cc:

[PATCH V3 RESEND] SYSV: logging update

2014-09-13 Thread Fabian Frederick
-use current logging functions -replace no level printk by pr_err -add debug.c / sysv_err function to include sb-s_id -use pr_fmt with standard KBUILD_MODNAME : -use __builtin_return_address to display function name logging format is now: sysv: (sb-s_id) sysv_fill_super [sysv]: msg Cc: Christoph