From: Dave Chinner Date: Sun, 6 Mar 2011 23:09:35 +0000 (+1100) Subject: xfs: kill support/debug.[ch] X-Git-Tag: v2.6.39-rc1~394^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9130090b5f04f7e7bc29b944e0b1ba494fff3f98;p=pandora-kernel.git 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 Reviewed-by: Alex Elder Reviewed-by: Christoph Hellwig --- Reading git-diff-tree failed