Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 333ab452 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "llkd: do not call sync()"

parents 82b8e518 16649d22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -525,7 +525,7 @@ void llkPanicKernel(bool dump, pid_t tid, const char* state, const std::string&
        // NOTREACHED
        return;
    }
    ::sync();
    // Wish could ::sync() here, if storage is locked up, we will not continue.
    if (dump) {
        // Show all locks that are held
        android::base::WriteStringToFd("d", sysrqTriggerFd);