From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Nicholas A. Bellinger" Subject: [PATCH] Fix CONFIGFS_FS -> select SYSFS recursive dependencies Date: Sat, 15 Jan 2011 15:16:07 -0800 Message-ID: <1295133371-25990-1-git-send-email-nab@linux-iscsi.org> Cc: linux-kernel , linux-fsdevel , Joel Becker , Randy Dunlap , Stephen Rothwell , James Bottomley , Nicholas Bellinger To: Linus Torvalds Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org From: Nicholas Bellinger Hi again Linus, Along with the jlbec ACK'ed CONFIGFS_FS -> select SYSFS patch for .38-rc1 sent earlier today here: configfs: change depends -> select SYSFS http://marc.info/?l=linux-scsi&m=129512586329785&w=2 the following patches are required to correct three additional recursive dependencies for CONFIGFS_FS -> select SYSFS found during this afternoon's lio-core-2.6.git/linus-38-rc1 defconfig build. These appear to be straight forward enough changes to merge.. Joel & Randy, are these OK with you..? Thanks, Signed-off-by: Nicholas A. Bellinger Cc: Joel Becker Cc: Randy Dunlap Cc: Stephen Rothwell Cc: James Bottomley Nicholas Bellinger (3): net: Make NETCONSOLE_DYNAMIC depend on CONFIGFS_FS dlm: Make DLM depend on CONFIGFS_FS ocfs2: Make OCFS2_FS depend on CONFIGFS_FS drivers/net/Kconfig | 3 +-- fs/dlm/Kconfig | 3 +-- fs/ocfs2/Kconfig | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-)