From c7e61d89142dc9901edd1409e89bede7890d69bf 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 627c38bb904..6e27510063e 100644 --- a/fs/unionfs/union.h +++ b/fs/unionfs/union.h @@ -554,6 +554,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