Re: [PATCH] reiserfs: fix several reiserfs_warning calls

2015-03-08 Thread Jeff Mahoney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/6/15 5:41 AM, Nicolas Iooss wrote: > Since commit 45b03d5e8e67 ("reiserfs: rework reiserfs_warning"), > reiserfs_warning takes an id and a format as arguments, not a > single format argument. However 4 calls still follow the old > interface. Upd

[PATCH] reiserfs: fix several reiserfs_warning calls

2015-03-06 Thread Nicolas Iooss
Since commit 45b03d5e8e67 ("reiserfs: rework reiserfs_warning"), reiserfs_warning takes an id and a format as arguments, not a single format argument. However 4 calls still follow the old interface. Update them. This bug was initially found by adding __printf(4, 5) attribute to __reiserfs_warning