Merge "Don't Skip Checkpointing for F2fs" am: 4bc9e2517b am: 7045aeba50 am: 2f773b6ee0
Original change: https://android-review.googlesource.com/c/platform/system/vold/+/2634095
Change-Id: I9efc54b3b4cc1a7acdcac58b06e887475177c25b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/MetadataCrypt.cpp b/MetadataCrypt.cpp
index 0c32c3b..dbd8fd1 100644
--- a/MetadataCrypt.cpp
+++ b/MetadataCrypt.cpp
@@ -104,8 +104,7 @@
}
auto mount_rc = fs_mgr_do_mount(&fstab_default, const_cast<char*>(mount_point),
const_cast<char*>(blk_device), nullptr,
- needs_encrypt? false: android::vold::cp_needsCheckpoint(),
- true);
+ android::vold::cp_needsCheckpoint(), true, needs_encrypt);
if (setexeccon(nullptr)) {
PLOG(ERROR) << "Failed to clear setexeccon";
return false;