]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit150c4e5e42d92367dc5a08cca13ff47237b85f59
tree77f5349bc85bf4d35b73a9a66de304535e507bf4
parentf7153276915011fecd603f8d09ae9a6180865162
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