summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-09 00:09:44 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-09 00:09:44 +0000
commit76e0a1191f5e9047ce0f7bb8aaa5c41985139a12 (patch)
tree1669f0456d99274a90b9d1064008a7c1a9cfa2a4
parent1d49ec7aab20d1b4b7b6e6dda28fcfaaf73a64e3 (diff)
parent681c629a9e32e61b8d29a0cac72a9beeb287049e (diff)
downloadvold-android12-qpr3-s2-release.tar.gz
Change-Id: Ic6676820815de16d08e9b747959e1e73184e5f71
-rw-r--r--fs/Ext4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Ext4.cpp b/fs/Ext4.cpp
index 6bc7ad24..7a5f5dab 100644
--- a/fs/Ext4.cpp
+++ b/fs/Ext4.cpp
@@ -198,7 +198,7 @@ status_t Format(const std::string& source, unsigned long numSectors, const std::
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);
}