From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Nicholas A. Bellinger" Subject: [PATCH] configfs: change depends -> select SYSFS Date: Mon, 10 Jan 2011 11:45:08 -0800 Message-ID: <1294688708-24986-1-git-send-email-nab@linux-iscsi.org> Cc: linux-scsi , linux-next , linux-fsdevel , Randy Dunlap , James Bottomley , Stephen Rothwell , Nicholas Bellinger To: Joel Becker Return-path: Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org From: Nicholas Bellinger Hi Joel, This is a fix for linux-next that Randy reported over the holidays but has not made it in just yet. Please have a look and give your signoff at your earliest convience. Thanks! ---------------------------------------------------------------------------------- This patch changes configfs to select SYSFS to fix the following: warning: (TARGET_CORE && GFS2_FS) selects CONFIGFS_FS which has unmet direct dependencies (SYSFS) This patch also fixes whitespace breakage in the 'help' section. Reported-by: Randy Dunlap Signed-off-by: Nicholas A. Bellinger --- fs/configfs/Kconfig | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/fs/configfs/Kconfig b/fs/configfs/Kconfig index 13587cc..0e4bd23 100644 --- a/fs/configfs/Kconfig +++ b/fs/configfs/Kconfig @@ -1,11 +1,11 @@ config CONFIGFS_FS tristate "Userspace-driven configuration filesystem" - depends on SYSFS + select SYSFS help - configfs is a ram-based filesystem that provides the converse - of sysfs's functionality. Where sysfs is a filesystem-based - view of kernel objects, configfs is a filesystem-based manager - of kernel objects, or config_items. + configfs is a RAM-based filesystem that provides the converse + of sysfs's functionality. Where sysfs is a filesystem-based + view of kernel objects, configfs is a filesystem-based manager + of kernel objects, or config_items. - Both sysfs and configfs can and should exist together on the - same system. One is not a replacement for the other. + Both sysfs and configfs can and should exist together on the + same system. One is not a replacement for the other. -- 1.7.3.5