commit | d718c8c577e00f633dd7b56254d8bb19f3404cd5 | [log] [tgz] |
---|---|---|
author | Howard Chen <howardsoc@google.com> | Wed Sep 22 04:09:18 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Sep 22 04:09:18 2021 +0000 |
tree | 19410fa57623f15fd291abc1edf7426538681574 | |
parent | 8bd25f8e74e68983a8dc0ecd2fb105d4057d0cde [diff] | |
parent | cbc1bdba591589f37a0cad306ddafe4b3d7ad72a [diff] |
Merge "Make the deleteAllKey feature aware of the DSU mode"
diff --git a/fs/Ext4.cpp b/fs/Ext4.cpp index 6bc7ad2..7a5f5da 100644 --- a/fs/Ext4.cpp +++ b/fs/Ext4.cpp
@@ -198,7 +198,7 @@ cmd.push_back("-E"); std::string extopts = ""; if (needs_casefold) extopts += "encoding=utf8,"; - if (needs_projid) extopts += "quotatype=prjquota,"; + if (needs_projid) extopts += "quotatype=usrquota:grpquota:prjquota,"; cmd.push_back(extopts); }