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

index e85cd0055574cb84042a88eacf303bd8c2492702..9397f406dba98b5ca8b70a3a3ea8352b5c2a0473 100644 (file)
@@ -663,6 +663,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 */