Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753480AbXJAFvx (ORCPT ); Mon, 1 Oct 2007 01:51:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751341AbXJAFvQ (ORCPT ); Mon, 1 Oct 2007 01:51:16 -0400 Received: from filer.fsl.cs.sunysb.edu ([130.245.126.2]:40591 "EHLO filer.fsl.cs.sunysb.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750931AbXJAFvN (ORCPT ); Mon, 1 Oct 2007 01:51:13 -0400 From: Erez Zadok To: akpm@linux-foundation.org Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, viro@ftp.linux.org.uk, hch@infradead.org, Erez Zadok Subject: [PATCH 01/19] Unionfs: compile if debug is off Date: Mon, 1 Oct 2007 01:50:38 -0400 Message-Id: <11912178573215-git-send-email-ezk@cs.sunysb.edu> X-Mailer: git-send-email 1.5.2.2 X-MailKey: Erez_Zadok In-Reply-To: <1191217856647-git-send-email-ezk@cs.sunysb.edu> References: <1191217856647-git-send-email-ezk@cs.sunysb.edu> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 982 Lines: 26 Signed-of-by: John Johansen Signed-off-by: Erez Zadok --- fs/unionfs/union.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/unionfs/union.h b/fs/unionfs/union.h index 824bb67..7ce4771 100644 --- a/fs/unionfs/union.h +++ b/fs/unionfs/union.h @@ -556,6 +556,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) -- 1.5.2.2 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/