* [PATCH] Disable UDF debugging
@ 2004-06-06 1:31 Andi Kleen
0 siblings, 0 replies; only message in thread
From: Andi Kleen @ 2004-06-06 1:31 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel
UDF spews out lots of debugging information by default. Disable that, since
it doesn't make too much sense for a production kernel.
diff -u linux/include/linux/udf_fs.h-o linux/include/linux/udf_fs.h
--- linux/include/linux/udf_fs.h-o 2004-04-06 13:12:23.000000000 +0200
+++ linux/include/linux/udf_fs.h 2004-06-06 03:19:51.000000000 +0200
@@ -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...) \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-06-06 1:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-06 1:31 [PATCH] Disable UDF debugging Andi Kleen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox