Whamcloud - gitweb
.del-ext2_fs.h~7a460879, ChangeLog:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 7 Feb 2000 00:01:17 +0000 (00:01 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 7 Feb 2000 00:01:17 +0000 (00:01 +0000)
  ext2_fs.h: Fix header to skip defining EXT@FS_DEBUG since blows out on
  non GCC compilers.

include/linux/ChangeLog
include/linux/ext2_fs.h

index 13ea627..68c54eb 100644 (file)
@@ -1,3 +1,8 @@
+2000-02-06  Theodore Ts'o  <tytso@valinux.com>
+
+       * ext2_fs.h: Fix header to skip defining EXT@FS_DEBUG since blows
+               out on non GCC compilers.
+
 2000-02-02  Theodore Ts'o  <tytso@valinux.com>
 
        * ext2_fs.h: Update to use header file from Linux 2.3.39.
index 7457e85..72d9382 100644 (file)
 #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 */