From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Wed, 3 Mar 2010 08:53:51 -0500 Subject: [Cluster-devel] [PATCH] gfs2: do not select QUOTA Message-ID: <20100303135351.GA7858@infradead.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit gfs2 only needs the quotactl code, not the generic quota implementation. Signed-off-by: Christoph Hellwig Index: linux-2.6/fs/gfs2/Kconfig =================================================================== --- linux-2.6.orig/fs/gfs2/Kconfig 2010-03-03 14:48:00.292026869 +0100 +++ linux-2.6/fs/gfs2/Kconfig 2010-03-03 14:48:03.546284090 +0100 @@ -8,7 +8,6 @@ config GFS2_FS select FS_POSIX_ACL select CRC32 select SLOW_WORK - select QUOTA select QUOTACTL help A cluster filesystem.