commit | 5944bcd8eba6f012c1439972c050a2dc874765ae | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri May 29 18:16:47 2015 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Fri May 29 18:16:47 2015 +0000 |
tree | fd19402dc59c103a853e13860522bab4a7913ac9 | |
parent | eec204be63ed115f6a8fec941224fad3d5b6a720 [diff] | |
parent | 1441a9654feee7e32ec6b39b1992c27635feb50f [diff] |
am 1441a965: Merge "Really don\'t use TEMP_FAILURE_RETRY with close in recovery." * commit '1441a9654feee7e32ec6b39b1992c27635feb50f': Really don't use TEMP_FAILURE_RETRY with close in recovery.
diff --git a/updater/blockimg.c b/updater/blockimg.c index 42060f5..5d0f156 100644 --- a/updater/blockimg.c +++ b/updater/blockimg.c
@@ -677,7 +677,7 @@ lsout: if (fd != -1) { - TEMP_FAILURE_RETRY(close(fd)); + close(fd); } if (fn) {