Merge "Really don't use TEMP_FAILURE_RETRY with close in recovery."
This commit is contained in:
+1
-1
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user