lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 20 May 2019 10:49:04 +0200 From: Jan Kara <jack@...e.cz> To: Chengguang Xu <cgxu519@...o.com.cn> Cc: jack@...e.com, corbet@....net, linux-ext4@...r.kernel.org, linux-doc@...r.kernel.org Subject: Re: [PATCH] doc: ext2: update description of quota options for ext2 On Mon 20-05-19 14:21:16, Chengguang Xu wrote: > 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@...o.com.cn> Thanks. Applied. Honza > --- > Documentation/filesystems/ext2.txt | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > 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 > -- > 2.20.1 > > > > -- Jan Kara <jack@...e.com> SUSE Labs, CR
Powered by blists - more mailing lists