[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20111114155755.GC7698@thunk.org>
Date: Mon, 14 Nov 2011 10:57:55 -0500
From: Ted Ts'o <tytso@....edu>
To: Aditya Kali <adityakali@...gle.com>
Cc: adilger@...ger.ca, tytso.mit.edu@...gle.com, niu@...mcloud.com,
linux-ext4@...r.kernel.org
Subject: Re: [PATCH 3/3] mke2fs: Add extended option to select quota type
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@...gle.com>
Thanks, applied.
- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists