am 5944bcd8: am 1441a965: Merge "Really don\'t use TEMP_FAILURE_RETRY with close in recovery."

* commit '5944bcd8eba6f012c1439972c050a2dc874765ae':
  Really don't use TEMP_FAILURE_RETRY with close in recovery.
This commit is contained in:
Elliott Hughes
2015-05-29 18:30:30 +00:00
committed by Android Git Automerger
+1 -1
View File
@@ -677,7 +677,7 @@ static int LoadStash(const char* base, const char* id, int verify, int* blocks,
lsout:
if (fd != -1) {
TEMP_FAILURE_RETRY(close(fd));
close(fd);
}
if (fn) {