xfs: Convert xlog_warn to new logging interface
authorDave Chinner <dchinner@redhat.com>
Sun, 6 Mar 2011 23:01:35 +0000 (10:01 +1100)
committerDave Chinner <david@fromorbit.com>
Sun, 6 Mar 2011 23:01:35 +0000 (10:01 +1100)
Convert the xfs log operations to use the new error logging
interfaces. This removes the xlog_{warn,panic} wrappers and makes
almost all errors emit the device they belong to instead of just
refering to "XFS".

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