From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: [PATCH] configfs: change depends -> select SYSFS Date: Sun, 16 Jan 2011 09:54:31 -0800 Message-ID: References: <1295125851-25279-1-git-send-email-nab@linux-iscsi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: linux-kernel , linux-scsi , linux-fsdevel , Joel Becker , Randy Dunlap , James Bottomley To: "Nicholas A. Bellinger" Return-path: In-Reply-To: <1295125851-25279-1-git-send-email-nab@linux-iscsi.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Sat, Jan 15, 2011 at 1:10 PM, Nicholas A. Bellinger wrote: > > 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) I'm ok with this part. But: > This patch also fixes whitespace breakage in the 'help' section. This is just bogus. The help text is _supposed_ to have that extra indentation so that it stands out from the rest of the Kconfig stuff. Linus