xfs: kill off xfs_printk()
authorJoe Perches <joe@perches.com>
Tue, 3 May 2011 20:14:44 +0000 (20:14 +0000)
committerAlex Elder <aelder@sgi.com>
Thu, 19 May 2011 16:38:09 +0000 (11:38 -0500)
commite69522a8cc51fbefbfe9d178ad177f7b6ca00ebd
tree153a8fd226f368164d6b1f21e31e590396c37c9f
parente4d3c4a43b595d5124ae824d300626e6489ae857
xfs: kill off xfs_printk()

xfs_alert_tag() can be defined using xfs_alert(), and thereby avoid
using xfs_printk() altogether.  This is the only remaining use of
xfs_printk(), so changing it this way means xfs_printk() can simply
be eliminated.can simply be eliminated.can simply be eliminated.can
simply be eliminated.can simply be eliminated.can simply be
eliminated.can simply be eliminated.can simply be eliminated.can
simply be eliminated.

Also add format checking to the non-debug inline function xfs_debug.
Miscellaneous function prototype argument alignment.

(Updated to delete the definition of xfs_printk(), which is
no longer used or needed.)

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/linux-2.6/xfs_message.c
fs/xfs/linux-2.6/xfs_message.h