diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-03-03 19:11:07 -0500 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2014-03-04 06:19:26 -0500 |
commit | cbcf27a9927e32931389980ee770f206377eb21b (patch) | |
tree | ce1994fed9b77823195796001989f94a1d3ca346 /fs/quota/Kconfig | |
parent | d680104f3d488ff028f7dd03b0bc055aa5e8ad8d (diff) |
fs/quota/Kconfig: Update filesystems
Update Kconfig with a complete list of supported filesystems.
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/quota/Kconfig')
-rw-r--r-- | fs/quota/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fs/quota/Kconfig b/fs/quota/Kconfig index 880fd9884366..c51df1dd237e 100644 --- a/fs/quota/Kconfig +++ b/fs/quota/Kconfig | |||
@@ -8,9 +8,10 @@ config QUOTA | |||
8 | help | 8 | help |
9 | If you say Y here, you will be able to set per user limits for disk | 9 | If you say Y here, you will be able to set per user limits for disk |
10 | usage (also called disk quotas). Currently, it works for the | 10 | usage (also called disk quotas). Currently, it works for the |
11 | ext2, ext3, and reiserfs file system. ext3 also supports journalled | 11 | ext2, ext3, ext4, jfs, ocfs2 and reiserfs file systems. |
12 | quotas for which you don't need to run quotacheck(8) after an unclean | 12 | Note that gfs2 and xfs use their own quota system. |
13 | shutdown. | 13 | Ext3, ext4 and reiserfs also support journaled quotas for which |
14 | you don't need to run quotacheck(8) after an unclean shutdown. | ||
14 | For further details, read the Quota mini-HOWTO, available from | 15 | For further details, read the Quota mini-HOWTO, available from |
15 | <http://www.tldp.org/docs.html#howto>, or the documentation provided | 16 | <http://www.tldp.org/docs.html#howto>, or the documentation provided |
16 | with the quota tools. Probably the quota support is only useful for | 17 | with the quota tools. Probably the quota support is only useful for |