Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
fs/udf/udfdecl.h
··· 16 16 #define UDF_PREALLOCATE 17 17 #define UDF_DEFAULT_PREALLOC_BLOCKS 8 18 18 19 - #define UDFFS_DEBUG 19 + #undef UDFFS_DEBUG 20 20 21 21 #ifdef UDFFS_DEBUG 22 22 #define udf_debug(f, a...) \