From d33b784190c16b39a1176d0a9045081db59926c8 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Mon, 5 Sep 2011 21:37:50 -0400 Subject: [PATCH] Unionfs: define some debug macros to noop if DEBUG is off Signed-off-by: Erez Zadok --- fs/unionfs/union.h | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/unionfs/union.h b/fs/unionfs/union.h index d7e27ff4297..d970aa7f9e1 100644 --- a/fs/unionfs/union.h +++ b/fs/unionfs/union.h @@ -653,6 +653,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 */ -- 2.34.1