xfs: kill xfs_fs_mount_cmn_err() macro
authorDave Chinner <dchinner@redhat.com>
Sun, 6 Mar 2011 23:04:35 +0000 (10:04 +1100)
committerDave Chinner <david@fromorbit.com>
Sun, 6 Mar 2011 23:04:35 +0000 (10:04 +1100)
commitaf34e09da42801c97f39f768c715f5511d914b52
tree998f2d3d7e0dced4f401dd00073b1de411027ae7
parent65333b4c3d46909872796321d15f179cb0e32028
xfs: kill xfs_fs_mount_cmn_err() macro

The xfs_fs_mount_cmn_err() hides a simple check as to whether the
mount path should output an error or not. Remove the macro and open
code the check.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Alex Elder <aelder@sgi.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_error.h
fs/xfs/xfs_mount.c