Skip to content

Commit

Permalink
udf: restore UDFFS_DEBUG to being undefined by default
Browse files Browse the repository at this point in the history
Commit 706047a, "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>
  • Loading branch information
Paul Collins authored and Jan Kara committed Jun 16, 2008
1 parent 0665190 commit e4f3ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/udf/udfdecl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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...) \
Expand Down

0 comments on commit e4f3ec0

Please sign in to comment.