Merge "Really don't use TEMP_FAILURE_RETRY with close in recovery."

This commit is contained in:
Elliott Hughes
2015-05-29 18:02:56 +00:00
committed by Gerrit Code Review
+1 -1
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) {