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

index 1821705bbc9541f97ba08753a75f48525e458501..16df291e68c731896d4f7cd4c89865977ca36e39 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 */