xfs: clean up log ticket overrun debug output
authorDave Chinner <dchinner@redhat.com>
Fri, 7 May 2010 01:05:31 +0000 (11:05 +1000)
committerAlex Elder <aelder@sgi.com>
Mon, 24 May 2010 15:33:46 +0000 (10:33 -0500)
commit169a7b078eaa765e6bd09865c985298ee9084a89
treeee787e600c6c80b6c08ab4d551b8c494daa22e81
parentc11554104f4dcb509fd43973389b097a04b9d51d
xfs: clean up log ticket overrun debug output

Push the error message output when a ticket overrun is detected
into the ticket printing functions. Also remove the debug version
of the code as the production version will still panic just as
effectively on a debug kernel via the panic mask being set.

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