Unionfs: define some debug macros to noop if DEBUG is off
authorErez Zadok <ezk@cs.sunysb.edu>
Mon, 5 Sep 2011 22:32:52 +0000 (18:32 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 5 Sep 2011 22:32:52 +0000 (18:32 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/union.h

index 9071e91c47b9406c7c52a715921069c96f2501f8..cdb51639f09253bbabdf336c861cf88d16e52809 100644 (file)
@@ -673,6 +673,7 @@ extern void __show_inode_counts(const struct inode *inode,
 #define show_inode_times(i)            do { } while (0)
 #define show_dinode_times(d)           do { } while (0)
 #define show_inode_counts(i)           do { } while (0)
+#define UDBG                           do { } while (0)
 
 #endif /* not CONFIG_UNION_FS_DEBUG */