From: Erez Zadok Date: Mon, 5 Sep 2011 22:33:16 +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=6a49d38f620965eae88ab8d7e6269437be546a6d;p=unionfs-2.6.39.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 1821705bbc9..16df291e68c 100644 --- a/fs/unionfs/union.h +++ b/fs/unionfs/union.h @@ -673,6 +673,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 */