From: Erez Zadok Date: Tue, 6 Sep 2011 05:05:42 +0000 (-0400) Subject: Unionfs: define some debug macros to noop if DEBUG is off X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=c97d23ef71540c378ec7c4f5de4583a6dc0ad889;p=unionfs-3.11.y.git Unionfs: define some debug macros to noop if DEBUG is off Signed-off-by: Erez Zadok --- diff --git a/fs/unionfs/union.h b/fs/unionfs/union.h index 07f6c2fdbd6..8e7fcfba7b5 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 */