瀏覽代碼

Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6

* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6:
  udf: restore UDFFS_DEBUG to being undefined by default
Linus Torvalds 17 年之前
父節點
當前提交
e899536470
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs/udf/udfdecl.h

+ 1 - 1
fs/udf/udfdecl.h

@@ -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...) \