From: Manish Katiyar Subject: [PATCH 0/1] nfs : Define NFS_FS only when FILE_LOCKING is enabled Date: Fri, 30 Jan 2009 10:08:11 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 To: "J. Bruce Fields" , Trond Myklebust , linux-nfs@vger.kernel.org Return-path: Received: from ti-out-0910.google.com ([209.85.142.191]:59502 "EHLO ti-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755764AbZA3EiN (ORCPT ); Thu, 29 Jan 2009 23:38:13 -0500 Received: by ti-out-0910.google.com with SMTP id b6so39964tic.23 for ; Thu, 29 Jan 2009 20:38:11 -0800 (PST) In-Reply-To: Sender: linux-nfs-owner@vger.kernel.org List-ID: Hi Bruce, I didn't see this one merged in your 2.6.30 tree. Was it missed (since I had sent it to wrong list by mistake). Please ignore if already merged. Below patch enables NFS_FS only when FILE_LOCKING is enabled. Signed-off-by: Manish Katiyar --- fs/nfs/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig index 36fe20d..e93151e 100644 --- a/fs/nfs/Kconfig +++ b/fs/nfs/Kconfig @@ -1,6 +1,7 @@ config NFS_FS tristate "NFS client support" depends on INET + depends on FILE_LOCKING select LOCKD select SUNRPC select NFS_ACL_SUPPORT if NFS_V3_ACL -- 1.5.4.3 Thanks - Manish