Re: [PATCH] ext4: Enable quota enforcement based on mount options
From: Theodore Ts'o <tytso@mit.edu>
Date: 2016-09-06 03:09:25
From: Theodore Ts'o <tytso@mit.edu>
Date: 2016-09-06 03:09:25
On Mon, Jul 18, 2016 at 01:25:57PM +0200, Jan Kara wrote:
When quota information is stored in quota files, we enable only quota accounting on mount and enforcement is enabled only in response to Q_QUOTAON quotactl. To make ext4 behavior consistent with XFS, we add a possibility to enable quota enforcement on mount by specifying corresponding quota mount option (usrquota, grpquota, prjquota). Signed-off-by: Jan Kara <jack@suse.cz>
Thanks, applied. - Ted