From: Chengguang Xu Date: Mon, 20 May 2019 06:21:16 +0000 (+0800) Subject: doc: ext2: update description of quota options for ext2 X-Git-Tag: v5.15~6003^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e15d92bee8184048e7419193263e62a0830cf365;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Jan Kara --- diff --git a/Documentation/filesystems/ext2.txt b/Documentation/filesystems/ext2.txt index a19973a..94c2cf02 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