commit | 49da939272f417ff94c40f132a308748b46efe68 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Mon Sep 05 23:08:16 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Sep 05 23:08:16 2016 -0400 |
tree | e4389c240b9e8168ddc7cd0eb5de3015ca005421 | |
parent | 93e3b4e6631d2a74a8cf7429138096862ff9f452 [diff] |
ext4: enable quota enforcement based on mount options 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> Signed-off-by: Theodore Ts'o <tytso@mit.edu>