udf: restore UDFFS_DEBUG to being undefined by default
authorPaul Collins <paul@burly.ondioline.org>
Sat, 14 Jun 2008 02:14:59 +0000 (14:14 +1200)
committerJan Kara <jack@suse.cz>
Mon, 16 Jun 2008 12:24:36 +0000 (14:24 +0200)
Commit 706047a79725b585cf272fdefc234b31b6545c72, "udf: Fix compilation
warnings when UDF debug is on" inadvertently (I assume) enabled
debugging messages by default for UDF.  This patch disables them again.

Signed-off-by: Paul Collins <paul@ondioline.org>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/udfdecl.h

index 8fa9c2d..8ec865d 100644 (file)
@@ -16,7 +16,7 @@
 #define UDF_PREALLOCATE
 #define UDF_DEFAULT_PREALLOC_BLOCKS    8
 
-#define UDFFS_DEBUG
+#undef UDFFS_DEBUG
 
 #ifdef UDFFS_DEBUG
 #define udf_debug(f, a...) \