xfs: Convert linux-2.6/ files to new logging interface
authorDave Chinner <dchinner@redhat.com>
Sun, 6 Mar 2011 23:00:35 +0000 (10:00 +1100)
committerDave Chinner <david@fromorbit.com>
Sun, 6 Mar 2011 23:00:35 +0000 (10:00 +1100)
commit4f10700a2e4bb2ff3d3a80f08412e21109e6d4b5
treeb530112e7c04f1c7c62b8eec2b850508905fc42a
parent10e38391c0e242e53e30094f6c00553418ab2f2e
xfs: Convert linux-2.6/ files to new logging interface

Convert the files in fs/xfs/linux-2.6/ to use the new xfs_<level>
logging format that replaces the old Irix inherited cmn_err()
interfaces. While there, also convert naked printk calls to use the
relevant xfs logging function to standardise output format.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Alex Elder <aelder@sgi.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/linux-2.6/kmem.c
fs/xfs/linux-2.6/xfs_aops.c
fs/xfs/linux-2.6/xfs_buf.c
fs/xfs/linux-2.6/xfs_super.c
fs/xfs/linux-2.6/xfs_sync.c
fs/xfs/linux-2.6/xfs_sysctl.c