Commit e4f3ec06 authored by Paul Collins's avatar Paul Collins Committed by Jan Kara

udf: restore UDFFS_DEBUG to being undefined by default

Commit 706047a7, "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: default avatarPaul Collins <paul@ondioline.org>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 06651906
......@@ -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...) \
......
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