Unionfs: define some debug macros to noop if DEBUG is off
authorErez Zadok <ezk@cs.sunysb.edu>
Tue, 6 Sep 2011 01:36:44 +0000 (21:36 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 6 Sep 2011 01:36:44 +0000 (21:36 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/union.h

index 92ac1fccfe401a43faa1e88c1a634d71018f0406..d47291fd755fd1ebe20ec4789e593c17f05671d0 100644 (file)
@@ -656,6 +656,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 */