From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753312Ab1A0TKe (ORCPT ); Thu, 27 Jan 2011 14:10:34 -0500 Received: from nm19-vm0.bullet.mail.ne1.yahoo.com ([98.138.91.59]:45772 "HELO nm19-vm0.bullet.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753141Ab1A0TKc (ORCPT ); Thu, 27 Jan 2011 14:10:32 -0500 X-Yahoo-Newman-Id: 284702.35232.bm@omp1047.mail.ne1.yahoo.com X-Yahoo-SMTP: fzDSGlOswBCWnIOrNw7KwwK1j9PqyNbe5PtLKiS4dDU.UNl_t6bdEZu9tTLW X-YMail-OSG: Rbw7E5YVM1nG5YYhpwCXnkEU0EyBVgqiXjfsrrjAOi797Ay UzQ0- X-Yahoo-Newman-Property: ymail-3 From: "Nicholas A. Bellinger" To: Linus Torvalds Cc: linux-kernel , linux-fsdevel , linux-netdev , Ingo Molnar , Joel Becker , Randy Dunlap , Stephen Rothwell , Americo Wang , David Miller , Andrew Morton , Nicholas Bellinger Subject: [PATCH 1/4] gfs2: Remove 'select SYSFS ...' from Kconfig Date: Thu, 27 Jan 2011 11:10:27 -0800 Message-Id: <1296155430-3796-2-git-send-email-nab@linux-iscsi.org> X-Mailer: git-send-email 1.5.6.5 In-Reply-To: <1296155430-3796-1-git-send-email-nab@linux-iscsi.org> References: <1296155430-3796-1-git-send-email-nab@linux-iscsi.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Nicholas Bellinger With CONFIGFS_FS now doing 'select SYSFS' by default, the extra 'select SYSFS if GFS2_FS_LOCKING_DLM' for GFS2_FS is now unnecessary. Reported-by: Randy Dunlap Signed-off-by: Nicholas A. Bellinger --- fs/gfs2/Kconfig | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/fs/gfs2/Kconfig b/fs/gfs2/Kconfig index c465ae0..ff0a8eb 100644 --- a/fs/gfs2/Kconfig +++ b/fs/gfs2/Kconfig @@ -3,7 +3,6 @@ config GFS2_FS depends on (64BIT || LBDAF) select DLM if GFS2_FS_LOCKING_DLM select CONFIGFS_FS if GFS2_FS_LOCKING_DLM - select SYSFS if GFS2_FS_LOCKING_DLM select IP_SCTP if DLM_SCTP select FS_POSIX_ACL select CRC32 -- 1.7.3.5