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.
This commit is contained in:
Elliott Hughes 2015-05-29 18:16:47 +00:00 committed by Android Git Automerger
commit 5944bcd8eb

View file

@ -677,7 +677,7 @@ static int LoadStash(const char* base, const char* id, int verify, int* blocks,
lsout: lsout:
if (fd != -1) { if (fd != -1) {
TEMP_FAILURE_RETRY(close(fd)); close(fd);
} }
if (fn) { if (fn) {