[Cluster-devel] [PATCH 1/3] GFS2: do not select QUOTA

Steven Whitehouse swhiteho at redhat.com
Thu Mar 11 17:21:59 UTC 2010


From: Christoph Hellwig <hch at infradead.org>

gfs2 only needs the quotactl code, not the generic quota implementation.

Signed-off-by: Christoph Hellwig <hch at lst.de>
Signed-off-by: Steven Whitehouse <swhiteho at redhat.com>
---
 fs/gfs2/Kconfig |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/fs/gfs2/Kconfig b/fs/gfs2/Kconfig
index 4dcddf8..a47b431 100644
--- a/fs/gfs2/Kconfig
+++ b/fs/gfs2/Kconfig
@@ -8,7 +8,6 @@ config GFS2_FS
 	select FS_POSIX_ACL
 	select CRC32
 	select SLOW_WORK
-	select QUOTA
 	select QUOTACTL
 	help
 	  A cluster filesystem.
-- 
1.6.2.5




More information about the Cluster-devel mailing list