summaryrefslogtreecommitdiff
path: root/fs/quota
diff options
context:
space:
mode:
authorYangtao Li <frank.li@vivo.com>2023-04-13 23:14:12 +0800
committerJan Kara <jack@suse.cz>2023-04-13 17:18:23 +0200
commitf4251e371d179e0009981e5f4619bfbdf893090e (patch)
treeafac6f0f59a5194380500e41e073db6ef4696c59 /fs/quota
parent74b7d42300a8aabf975ac48d077c6a57e7811df3 (diff)
quota: update Kconfig comment
f2fs support quota since commit 0abd675e97e6 ("f2fs: support plain user/group quota"), let's document it. Signed-off-by: Yangtao Li <frank.li@vivo.com> Signed-off-by: Jan Kara <jack@suse.cz> Message-Id: <20230413151412.30059-1-frank.li@vivo.com>
Diffstat (limited to 'fs/quota')
-rw-r--r--fs/quota/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/quota/Kconfig b/fs/quota/Kconfig
index d5a85a8062d0..df522f423aad 100644
--- a/fs/quota/Kconfig
+++ b/fs/quota/Kconfig
@@ -9,7 +9,7 @@ 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, ext4, jfs, ocfs2 and reiserfs file systems.
+ ext2, ext3, ext4, f2fs, 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.