pohmelfs: Use current logging styles.
commit61ddcbff6cc1ca207deb7742976ed8a083239ff1
authorJoe Perches <joe@perches.com>
Fri, 16 Mar 2012 15:29:06 +0000 (16 08:29 -0700)
committerEvgeniy Polyakov <zbr@ioremap.net>
Thu, 22 Mar 2012 15:34:38 +0000 (22 19:34 +0400)
tree8cbc1461dd10b7ca010cc1b2b90bcbda182585c4
parentf2462c839bbd5874be898fa2d46e834684f8443d
pohmelfs: Use current logging styles.

Add and use pr_fmt, remove embedded prefixes
Logging messages can have prefixes added by pr_fmt.

Remove embedded prefixes.
Remove embedded function names, use %s, __func__ where necessary.

pr_debug output is currently only enabled with dynamic_debug and
can have function names emitted by dynamic_debug using +f so
remove the embedded function names from pr_debug uses.

Coalesce formats and align arguments.

Signed-off-by: Joe Perches <joe@perches.com>
fs/pohmelfs/dir.c
fs/pohmelfs/file.c
fs/pohmelfs/inode.c
fs/pohmelfs/net.c
fs/pohmelfs/route.c
fs/pohmelfs/stat.c
fs/pohmelfs/super.c
fs/pohmelfs/trans.c