From: Christoph Hellwig Date: Wed, 3 Mar 2010 13:53:51 +0000 (-0500) Subject: GFS2: do not select QUOTA X-Git-Tag: MMI-PSA29.97-13-9~24384^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e9edb1d8a345119c9baafa1b240eb1ec06a44662;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git GFS2: do not select QUOTA gfs2 only needs the quotactl code, not the generic quota implementation. Signed-off-by: Christoph Hellwig Signed-off-by: Steven Whitehouse --- 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.