quota: update Kconfig comment
authorYangtao Li <frank.li@vivo.com>
Thu, 13 Apr 2023 15:14:12 +0000 (23:14 +0800)
committerJan Kara <jack@suse.cz>
Thu, 13 Apr 2023 15:18:23 +0000 (17:18 +0200)
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>

fs/quota/Kconfig

index d5a85a8062d053fc9e3b9a70063b92988ae6abe8..df522f423aadf177a7759c6bcec16a82162e9fa2 100644 (file)
@@ -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.