diff options
author | Christoph Hellwig <hch@infradead.org> | 2010-03-03 08:53:51 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2010-03-09 10:08:36 +0000 |
commit | e9edb1d8a345119c9baafa1b240eb1ec06a44662 (patch) | |
tree | 6229089205329e812cfd12387aae748c309f264c /fs/gfs2 | |
parent | 57d54889cd00db2752994b389ba714138652e60c (diff) | |
download | linux-stable-e9edb1d8a345119c9baafa1b240eb1ec06a44662.tar.gz linux-stable-e9edb1d8a345119c9baafa1b240eb1ec06a44662.tar.bz2 linux-stable-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/Kconfig | 1 |
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. |