From 565aea1f404b342e14c92c3970c40efd0229bf3d Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 7 Feb 2000 00:01:17 +0000 Subject: [PATCH] .del-ext2_fs.h~7a460879, ChangeLog: ext2_fs.h: Fix header to skip defining EXT@FS_DEBUG since blows out on non GCC compilers. --- include/linux/ChangeLog | 5 +++++ include/linux/ext2_fs.h | 13 ------------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/include/linux/ChangeLog b/include/linux/ChangeLog index 13ea627..68c54eb 100644 --- a/include/linux/ChangeLog +++ b/include/linux/ChangeLog @@ -1,3 +1,8 @@ +2000-02-06 Theodore Ts'o + + * ext2_fs.h: Fix header to skip defining EXT@FS_DEBUG since blows + out on non GCC compilers. + 2000-02-02 Theodore Ts'o * ext2_fs.h: Update to use header file from Linux 2.3.39. diff --git a/include/linux/ext2_fs.h b/include/linux/ext2_fs.h index 7457e85..72d9382 100644 --- a/include/linux/ext2_fs.h +++ b/include/linux/ext2_fs.h @@ -40,19 +40,6 @@ #define EXT2FS_VERSION "0.5b" /* - * Debug code - */ -#ifdef EXT2FS_DEBUG -# define ext2_debug(f, a...) { \ - printk ("EXT2-fs DEBUG (%s, %d): %s:", \ - __FILE__, __LINE__, __FUNCTION__); \ - printk (f, ## a); \ - } -#else -# define ext2_debug(f, a...) /**/ -#endif - -/* * Special inodes numbers */ #define EXT2_BAD_INO 1 /* Bad blocks inode */ -- 1.8.3.1