Re: [PATCH] reiserfs: fix __RASSERT format string

2015-03-17 Thread Jan Kara
On Tue 17-03-15 10:26:44, Jeff Mahoney wrote: > On 3/16/15 9:45 AM, Nicolas Iooss wrote: > > __RASSERT format string does not use the PID argument. > > reiserfs_panic arguments are therefore formatted with the wrong > > format specifier (for example __LINE__ with %s). This bug was > > introduced w

Re: [PATCH] reiserfs: fix __RASSERT format string

2015-03-17 Thread Jeff Mahoney
On 3/16/15 9:45 AM, Nicolas Iooss wrote: > __RASSERT format string does not use the PID argument. > reiserfs_panic arguments are therefore formatted with the wrong > format specifier (for example __LINE__ with %s). This bug was > introduced when commit c3a9c2109f84 ("reiserfs: rework > reiserfs_pa

[PATCH] reiserfs: fix __RASSERT format string

2015-03-16 Thread Nicolas Iooss
__RASSERT format string does not use the PID argument. reiserfs_panic arguments are therefore formatted with the wrong format specifier (for example __LINE__ with %s). This bug was introduced when commit c3a9c2109f84 ("reiserfs: rework reiserfs_panic") removed a "reiserfs[%i]" prefix. This bug i