From: Andi Kleen UDF spews out lots of debugging information by default. Disable that, since it doesn't make too much sense for a production kernel. Signed-off-by: Andrew Morton --- 25-akpm/include/linux/udf_fs.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/udf_fs.h~disable-udf-debugging include/linux/udf_fs.h --- 25/include/linux/udf_fs.h~disable-udf-debugging 2004-06-07 21:48:40.474088072 -0700 +++ 25-akpm/include/linux/udf_fs.h 2004-06-07 21:48:40.477087616 -0700 @@ -40,7 +40,7 @@ #define UDFFS_DATE "2004/29/09" #define UDFFS_VERSION "0.9.8.1" -#define UDFFS_DEBUG +#undef UDFFS_DEBUG #ifdef UDFFS_DEBUG #define udf_debug(f, a...) \ _