jfs: Update jfs_error
authorJoe Perches <joe@perches.com>
Tue, 4 Jun 2013 23:39:15 +0000 (16:39 -0700)
committerDave Kleikamp <dave.kleikamp@oracle.com>
Wed, 5 Jun 2013 19:47:19 +0000 (14:47 -0500)
Use a more current logging style.

Add __printf format and argument verification.

Remove embedded function names from formats.
Add %pf, __builtin_return_address(0) to jfs_error.
Add newlines to formats for kernel style consistency.
(One format already had an erroneous newline)
Coalesce formats and align arguments.

Object size reduced ~1KiB.

$ size fs/jfs/built-in.o*
   text    data     bss     dec     hex filename
 201891   35488   63936  301315   49903 fs/jfs/built-in.o.new
 202821   35488   64192  302501   49da5 fs/jfs/built-in.o.old

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>

No differences found