From 4e5a4e07444cf55f0e143f9f4b2ecb30034c357e Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Tue, 6 Sep 2011 01:05:42 -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 07f6c2fdbd6c..8e7fcfba7b5d 100644 --- a/fs/unionfs/union.h +++ b/fs/unionfs/union.h @@ -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 */ -- 2.43.0