diff options
author | Chengguang Xu <cgxu519@zoho.com.cn> | 2019-05-20 14:21:16 +0800 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2019-05-20 10:50:48 +0200 |
commit | e15d92bee8184048e7419193263e62a0830cf365 (patch) | |
tree | ea1aceb97f7c9f42fce639e4d5090909999a2e9f /Documentation/filesystems | |
parent | 6c71b489ecfd927966571348f4e4135169a9fbd5 (diff) | |
download | blackbird-op-linux-e15d92bee8184048e7419193263e62a0830cf365.tar.gz blackbird-op-linux-e15d92bee8184048e7419193263e62a0830cf365.zip |
doc: ext2: update description of quota options for ext2
ext2 support user/group disk quota by specifying
usrquota/grpquota option on mount, so fix the
description in the doc properly.
Signed-off-by: Chengguang Xu <cgxu519@zoho.com.cn>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/ext2.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/filesystems/ext2.txt b/Documentation/filesystems/ext2.txt index a19973a4dd1e..94c2cf0292f5 100644 --- a/Documentation/filesystems/ext2.txt +++ b/Documentation/filesystems/ext2.txt @@ -57,7 +57,13 @@ noacl Don't support POSIX ACLs. nobh Do not attach buffer_heads to file pagecache. -grpquota,noquota,quota,usrquota Quota options are silently ignored by ext2. +quota, usrquota Enable user disk quota support + (requires CONFIG_QUOTA). + +grpquota Enable group disk quota support + (requires CONFIG_QUOTA). + +noquota option ls silently ignored by ext2. Specification |