Skip to content

Commit

Permalink
doc: ext2: update description of quota options for ext2
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
  • Loading branch information
Chengguang Xu authored and jankara committed May 20, 2019
1 parent 6c71b48 commit e15d92b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Documentation/filesystems/ext2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e15d92b

Please sign in to comment.