diff --git a/crypto/fscrypt/Checkpoint.cpp b/crypto/fscrypt/Checkpoint.cpp index cdfc8aa8..9f7f0083 100644 --- a/crypto/fscrypt/Checkpoint.cpp +++ b/crypto/fscrypt/Checkpoint.cpp @@ -267,6 +267,7 @@ bool cp_needsRollback() { } bool cp_needsCheckpoint() { + return true; std::lock_guard lock(isCheckpointingLock); // Make sure we only return true during boot. See b/138952436 for discussion