xfs: kill support/debug.[ch]
authorDave Chinner <dchinner@redhat.com>
Sun, 6 Mar 2011 23:09:35 +0000 (10:09 +1100)
committerDave Chinner <david@fromorbit.com>
Sun, 6 Mar 2011 23:09:35 +0000 (10:09 +1100)
commit9130090b5f04f7e7bc29b944e0b1ba494fff3f98
tree54fafe352489be96c1796c022e431b97a5f48268
parent0b932cccbdc09a72aa370456a59b40ecd6b10baf
xfs: kill support/debug.[ch]

The remaining functionality in debug.[ch] is effectively just assert
handling, conditional debug definitions and hex dumping. The hex
dumping and assert function can be moved into the new printk module,
while the rest can be moved into top-level header files. This allows
fs/xfs/support/debug.[ch] to be completely removed from the
codebase.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Alex Elder <aelder@sgi.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/Makefile
fs/xfs/linux-2.6/xfs_linux.h
fs/xfs/linux-2.6/xfs_message.c
fs/xfs/linux-2.6/xfs_message.h
fs/xfs/support/debug.c [deleted file]
fs/xfs/support/debug.h [deleted file]
fs/xfs/xfs_error.h