[PATCH 12/12] xfs: kill support/debug.[ch]
Alex Elder
aelder at sgi.com
Tue Jan 11 22:48:53 CST 2011
On Wed, 2011-01-12 at 11:35 +1100, Dave Chinner wrote:
> From: Dave Chinner <dchinner at redhat.com>
>
> 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 at redhat.com>
> ---
> fs/xfs/Makefile | 1 -
> fs/xfs/linux-2.6/xfs_linux.h | 21 +++++++++++++++++++
You need to delete the #include <support/debug.h>
that remains in linux-2.6/xfs_linux.h too.
-Alex
More information about the xfs
mailing list