xfs: convert xfs_fs_cmn_err to new error logging API
authorDave Chinner <dchinner@redhat.com>
Sun, 6 Mar 2011 23:05:35 +0000 (10:05 +1100)
committerDave Chinner <david@fromorbit.com>
Sun, 6 Mar 2011 23:05:35 +0000 (10:05 +1100)
commit5348778699bba92bf28b79863e09e7181d8cf95c
tree77f5349bc85bf4d35b73a9a66de304535e507bf4
parentaf34e09da42801c97f39f768c715f5511d914b52
xfs: convert xfs_fs_cmn_err to new error logging API

Continue to clean up the error logging code by converting all the
callers of xfs_fs_cmn_err() to the new API. Once done, remove the
unused old API function.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Alex Elder <aelder@sgi.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
13 files changed:
fs/xfs/quota/xfs_dquot.c
fs/xfs/quota/xfs_dquot_item.c
fs/xfs/quota/xfs_qm.c
fs/xfs/support/debug.c
fs/xfs/support/debug.h
fs/xfs/xfs_bmap.c
fs/xfs/xfs_dfrag.c
fs/xfs/xfs_dir2.c
fs/xfs/xfs_fsops.c
fs/xfs/xfs_ialloc.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_mount.c
fs/xfs/xfs_vnodeops.c