commit | 333ab452f724c7926959a4f8c2182e50d4ae12b7 | [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 | 82b8e518e396656ab72d4abe76243ffb9d86e2fe [diff] | |
parent | 16649d22ca639b14bd7fd831cfa8ce6855ad1d70 [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);