Merge "Disable Async merge. I/O failures seen on one specific device intermittently." am: 79aedde9b5

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1987070

Change-Id: I30a39ca4b0785f71c7bd48ec954a9f53d4e6f71f
This commit is contained in:
Treehugger Robot 2022-02-16 12:57:45 +00:00 committed by Automerger Merge Worker
commit 3f0fb46ac2

View file

@ -694,8 +694,10 @@ bool SnapshotHandler::IsIouringSupported() {
// During selinux init transition, libsnapshot will propagate the
// status of io_uring enablement. As properties are not initialized,
// we cannot query system property.
//
// TODO: b/219642530: Intermittent I/O failures observed
if (is_io_uring_enabled_) {
return true;
return false;
}
// Finally check the system property