summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-06-08 18:17:24 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-06-08 18:17:24 -0700
commitdbe48e4507bcfff88e24d3f57bb4e36b6955eaab (patch)
treea94523f4487742d4e03fbcb4ef2ee6c8d0fc561d
parentfa0389db159ed0702925a6cc891cfc3bce9d5e2b (diff)
[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: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--include/linux/udf_fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/udf_fs.h b/include/linux/udf_fs.h
index 4f19d23eb941..46e2bb945353 100644
--- a/include/linux/udf_fs.h
+++ b/include/linux/udf_fs.h
@@ -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...) \