aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2010-03-03 08:53:51 -0500
committerSteven Whitehouse <swhiteho@redhat.com>2010-03-09 10:08:36 +0000
commite9edb1d8a345119c9baafa1b240eb1ec06a44662 (patch)
tree6229089205329e812cfd12387aae748c309f264c /fs/gfs2
parentLinux 2.6.34-rc1 (diff)
downloadlinux-dev-e9edb1d8a345119c9baafa1b240eb1ec06a44662.tar.xz
linux-dev-e9edb1d8a345119c9baafa1b240eb1ec06a44662.zip
GFS2: do not select QUOTA
gfs2 only needs the quotactl code, not the generic quota implementation. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2')
-rw-r--r--fs/gfs2/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/Kconfig b/fs/gfs2/Kconfig
index 4dcddf83326f..a47b43107112 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.