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)
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>

No differences found