Loading fs_mgr/libsnapshot/snapuserd/user-space-merge/snapuserd_core.cpp +3 −1 Original line number Original line Diff line number Diff line Loading @@ -694,8 +694,10 @@ bool SnapshotHandler::IsIouringSupported() { // During selinux init transition, libsnapshot will propagate the // During selinux init transition, libsnapshot will propagate the // status of io_uring enablement. As properties are not initialized, // status of io_uring enablement. As properties are not initialized, // we cannot query system property. // we cannot query system property. // // TODO: b/219642530: Intermittent I/O failures observed if (is_io_uring_enabled_) { if (is_io_uring_enabled_) { return true; return false; } } // Finally check the system property // Finally check the system property Loading Loading
fs_mgr/libsnapshot/snapuserd/user-space-merge/snapuserd_core.cpp +3 −1 Original line number Original line Diff line number Diff line Loading @@ -694,8 +694,10 @@ bool SnapshotHandler::IsIouringSupported() { // During selinux init transition, libsnapshot will propagate the // During selinux init transition, libsnapshot will propagate the // status of io_uring enablement. As properties are not initialized, // status of io_uring enablement. As properties are not initialized, // we cannot query system property. // we cannot query system property. // // TODO: b/219642530: Intermittent I/O failures observed if (is_io_uring_enabled_) { if (is_io_uring_enabled_) { return true; return false; } } // Finally check the system property // Finally check the system property Loading