]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit37aefd0a1ac5825a2a1a6701b3edd3dcac605c7a
treeee787e600c6c80b6c08ab4d551b8c494daa22e81
parent0185df07ed9f562647c0da6aaacb24ceede4da3b
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