From patchwork Thu Jan 27 19:10:27 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Nicholas A. Bellinger" X-Patchwork-Id: 80720 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 19175B6EED for ; Fri, 28 Jan 2011 06:11:49 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753258Ab1A0TKe (ORCPT ); Thu, 27 Jan 2011 14:10:34 -0500 Received: from nm11.bullet.mail.ne1.yahoo.com ([98.138.90.74]:28998 "HELO nm11.bullet.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753260Ab1A0TKc (ORCPT ); Thu, 27 Jan 2011 14:10:32 -0500 Received: from [98.138.90.49] by nm11.bullet.mail.ne1.yahoo.com with NNFMP; 27 Jan 2011 19:10:31 -0000 Received: from [98.138.89.233] by tm2.bullet.mail.ne1.yahoo.com with NNFMP; 27 Jan 2011 19:10:31 -0000 Received: from [127.0.0.1] by omp1048.mail.ne1.yahoo.com with NNFMP; 27 Jan 2011 19:10:31 -0000 X-Yahoo-Newman-Id: 283856.15882.bm@omp1048.mail.ne1.yahoo.com Received: (qmail 36984 invoked from network); 27 Jan 2011 19:10:31 -0000 Received: from localhost.localdomain (nab@70.231.239.148 with login) by smtp105.sbc.mail.ne1.yahoo.com with SMTP; 27 Jan 2011 11:10:29 -0800 PST 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: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@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