From patchwork Thu Feb 17 13:43:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Beulich X-Patchwork-Id: 570291 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p1HDgwYf022202 for ; Thu, 17 Feb 2011 13:42:58 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753234Ab1BQNm6 (ORCPT ); Thu, 17 Feb 2011 08:42:58 -0500 Received: from vpn.id2.novell.com ([195.33.99.129]:59795 "EHLO vpn.id2.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752630Ab1BQNm5 convert rfc822-to-8bit (ORCPT ); Thu, 17 Feb 2011 08:42:57 -0500 Received: from EMEA1-MTA by vpn.id2.novell.com with Novell_GroupWise; Thu, 17 Feb 2011 13:42:56 +0000 Message-Id: <4D5D3421020000780003265A@vpn.id2.novell.com> X-Mailer: Novell GroupWise Internet Agent 8.0.1 Date: Thu, 17 Feb 2011 13:43:45 +0000 From: "Jan Beulich" To: Cc: , Subject: [PATCH] streamline Kconfig-s under fs/ Mime-Version: 1.0 Content-Disposition: inline Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 17 Feb 2011 13:42:58 +0000 (UTC) --- 2.6.38-rc5/fs/Kconfig +++ 2.6.38-rc5-kconfig-fs/fs/Kconfig @@ -12,9 +12,8 @@ source "fs/ext4/Kconfig" config FS_XIP # execute in place - bool + def_bool y depends on EXT2_FS_XIP - default y source "fs/jbd/Kconfig" source "fs/jbd2/Kconfig" @@ -44,7 +43,7 @@ endif # BLOCK # this symbol for ifdefs in core code. # config FS_POSIX_ACL - def_bool n + bool config EXPORTFS tristate @@ -217,19 +216,17 @@ config LOCKD depends on FILE_LOCKING config LOCKD_V4 - bool + def_bool y depends on NFSD_V3 || NFS_V3 depends on FILE_LOCKING - default y config NFS_ACL_SUPPORT tristate select FS_POSIX_ACL config NFS_COMMON - bool + def_bool y depends on NFSD || NFS_FS - default y source "net/sunrpc/Kconfig" source "fs/ceph/Kconfig" --- 2.6.38-rc5/fs/Kconfig.binfmt +++ 2.6.38-rc5-kconfig-fs/fs/Kconfig.binfmt @@ -82,7 +82,7 @@ config BINFMT_SHARED_FLAT Support FLAT shared libraries config HAVE_AOUT - def_bool n + bool config BINFMT_AOUT tristate "Kernel support for a.out and ECOFF binaries" --- 2.6.38-rc5/fs/notify/Kconfig +++ 2.6.38-rc5-kconfig-fs/fs/notify/Kconfig @@ -1,5 +1,5 @@ config FSNOTIFY - def_bool n + bool source "fs/notify/dnotify/Kconfig" source "fs/notify/inotify/Kconfig" --- 2.6.38-rc5/fs/quota/Kconfig +++ 2.6.38-rc5-kconfig-fs/fs/quota/Kconfig @@ -37,7 +37,6 @@ config PRINT_QUOTA_WARNING config QUOTA_DEBUG bool "Additional quota sanity checks" depends on QUOTA - default n help If you say Y here, quota subsystem will perform some additional sanity checks of quota internal structures. If unsure, say N. @@ -66,9 +65,7 @@ config QFMT_V2 config QUOTACTL bool - default n config QUOTACTL_COMPAT - bool + def_bool y depends on QUOTACTL && COMPAT_FOR_U64_ALIGNMENT - default y