From: Fabian Frederick Date: Tue, 4 Mar 2014 00:11:07 +0000 (+0800) Subject: fs/quota/Kconfig: Update filesystems X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cbcf27a9927e32931389980ee770f206377eb21b;p=linux.git fs/quota/Kconfig: Update filesystems Update Kconfig with a complete list of supported filesystems. Signed-off-by: Fabian Frederick Signed-off-by: Jan Kara --- diff --git a/fs/quota/Kconfig b/fs/quota/Kconfig index 880fd98843669..c51df1dd237e7 100644 --- a/fs/quota/Kconfig +++ b/fs/quota/Kconfig @@ -8,9 +8,10 @@ config QUOTA help If you say Y here, you will be able to set per user limits for disk usage (also called disk quotas). Currently, it works for the - ext2, ext3, and reiserfs file system. ext3 also supports journalled - quotas for which you don't need to run quotacheck(8) after an unclean - shutdown. + ext2, ext3, ext4, jfs, ocfs2 and reiserfs file systems. + Note that gfs2 and xfs use their own quota system. + Ext3, ext4 and reiserfs also support journaled quotas for which + you don't need to run quotacheck(8) after an unclean shutdown. For further details, read the Quota mini-HOWTO, available from , or the documentation provided with the quota tools. Probably the quota support is only useful for