From 72b3870f3f3c8223165bb123d9edc8026219e7a2 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Sat, 29 Sep 2007 01:36:57 -0400 Subject: [PATCH] Unionfs: compile if debug is off Signed-of-by: John Johansen 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 77f92c2d140..219cd9bbc11 100644 --- a/fs/unionfs/union.h +++ b/fs/unionfs/union.h @@ -560,6 +560,7 @@ extern void __show_inode_counts(const struct inode *inode, #define unionfs_check_inode(i) do { } while(0) #define unionfs_check_dentry(d) do { } while(0) #define unionfs_check_file(f) do { } while(0) +#define unionfs_check_nd(n) do { } while(0) #define show_branch_counts(sb) do { } while(0) #define show_inode_times(i) do { } while(0) #define show_dinode_times(d) do { } while(0) -- 2.43.0