From: Ted Ts'o <tytso@mit.edu>
To: Aditya Kali <adityakali@google.com>
Cc: adilger@dilger.ca, tytso.mit.edu@google.com, niu@whamcloud.com,
linux-ext4@vger.kernel.org
Subject: Re: [PATCH 3/3] mke2fs: Add extended option to select quota type
Date: Mon, 14 Nov 2011 10:57:55 -0500 [thread overview]
Message-ID: <20111114155755.GC7698@thunk.org> (raw)
In-Reply-To: <1320365913-25857-3-git-send-email-adityakali@google.com>
On Thu, Nov 03, 2011 at 05:18:33PM -0700, Aditya Kali wrote:
> mke2fs was creating both user and group quota inodes on enabling
> the quota feature. This patch adds the extended option 'quotatype'
> that can be used to exclusively specify the quota type that the
> user wants to initialize.
>
> # Ex: Default behavior without extended option creates both
> # user and group quota inodes:
> $ mke2fs -t ext4 -O quota /dev/ram1
>
> # To enable only user quotas:
> $ mke2fs -t ext4 -O quota -E quotatype=usr /dev/ram1
> # To enable only group quotas:
> $ mke2fs -t ext4 -O quota -E quotatype=grp /dev/ram1
>
> Signed-off-by: Aditya Kali <adityakali@google.com>
Thanks, applied.
- Ted
next prev parent reply other threads:[~2011-11-14 15:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-04 0:18 [PATCH 1/3] libquota: cleanup libquota code Aditya Kali
2011-11-04 0:18 ` [PATCH 2/3] tune2fs: Compute quota usage when turning on the 'quota' feature Aditya Kali
2011-11-14 15:57 ` Ted Ts'o
2011-11-04 0:18 ` [PATCH 3/3] mke2fs: Add extended option to select quota type Aditya Kali
2011-11-14 15:57 ` Ted Ts'o [this message]
2011-11-14 15:57 ` [PATCH 1/3] libquota: cleanup libquota code Ted Ts'o
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111114155755.GC7698@thunk.org \
--to=tytso@mit.edu \
--cc=adilger@dilger.ca \
--cc=adityakali@google.com \
--cc=linux-ext4@vger.kernel.org \
--cc=niu@whamcloud.com \
--cc=tytso.mit.edu@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.