Unionfs: define some debug macros to noop if DEBUG is off
authorErez Zadok <ezk@cs.sunysb.edu>
Tue, 6 Sep 2011 05:05:42 +0000 (01:05 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Sun, 24 Nov 2013 05:55:05 +0000 (00:55 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/union.h

index 07f6c2fdbd6c260a82e9e8c6307d4ecbf209e5f3..8e7fcfba7b5d6315f35ca60e34f8b5b410ee6518 100644 (file)
@@ -674,6 +674,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 */