commit | ff056ec583114c848a93ae1cdd57c8ec7ea66dc2 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Jan 10 23:36:42 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 10 23:36:42 2019 +0000 |
tree | 1a57971ceeb6247f647b8b896c14ed3207311214 | |
parent | 0c9f142131191cebd5878eafe5046f55716eb539 [diff] | |
parent | 2a2eaead5858f75acdbceaba17de32ae5b99c699 [diff] |
Merge "llkd: do not call sync()"
diff --git a/llkd/libllkd.cpp b/llkd/libllkd.cpp index 3c295b5..b26ad4d 100644 --- a/llkd/libllkd.cpp +++ b/llkd/libllkd.cpp
@@ -525,7 +525,7 @@ // 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);