]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb479a038ac07b36b28433d57b8bda4c4d0a5aae9
tree54fafe352489be96c1796c022e431b97a5f48268
parentda66e6b9e39da01d3d5a41e53c0fdb4ea30476ad
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