Commit e15d92be authored by Chengguang Xu's avatar Chengguang Xu Committed by Jan Kara

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: default avatarChengguang Xu <cgxu519@zoho.com.cn>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 6c71b489
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment