Re: reiserfs: inconsistent format in __RASSERT

2015-03-16 Thread Nicolas Iooss
On 03/16/2015 09:05 PM, Jeff Mahoney wrote: > On 3/16/15 8:55 AM, Nicolas Iooss wrote: >> * I missed something in my analysis and in fact the PID argument >> is processed by reiserfs_panic (don't know where), or * the PID >> argument is not used and should be removed, or > > This, please. reiserfs

Re: reiserfs: inconsistent format in __RASSERT

2015-03-16 Thread Jeff Mahoney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/16/15 8:55 AM, Nicolas Iooss wrote: > Hello, > > When adding a __printf attribute to reiserfs_panic, gcc reported > an inconsistent format for __RASSERT. This macro is currently > defined in fs/reiserfs/reiserfs.h as: > > reiserfs_panic(NULL, "

reiserfs: inconsistent format in __RASSERT

2015-03-16 Thread Nicolas Iooss
Hello, When adding a __printf attribute to reiserfs_panic, gcc reported an inconsistent format for __RASSERT. This macro is currently defined in fs/reiserfs/reiserfs.h as: reiserfs_panic(NULL, "assertion failure", "(" #cond ") at " \ __FILE__ ":%i:%s: " format "\n",