Commit dbe48e45 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Disable UDF debugging

From: Andi Kleen <ak@suse.de>

UDF spews out lots of debugging information by default.  Disable that,
since it doesn't make too much sense for a production kernel.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent fa0389db
......@@ -40,7 +40,7 @@
#define UDFFS_DATE "2004/29/09"
#define UDFFS_VERSION "0.9.8.1"
#define UDFFS_DEBUG
#undef UDFFS_DEBUG
#ifdef UDFFS_DEBUG
#define udf_debug(f, a...) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment