Blame SOURCES/Incremental-returnis-not-a-function.patch

2c1b57
From c2d1a6ec6b94385e64e721b733bd44d1d704b530 Mon Sep 17 00:00:00 2001
2c1b57
From: Jes Sorensen <jsorensen@fb.com>
2c1b57
Date: Fri, 5 May 2017 11:39:58 -0400
2c1b57
Subject: [RHEL7.5 PATCH 112/169] Incremental: return is not a function
2c1b57
2c1b57
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
2c1b57
---
2c1b57
 Incremental.c | 2 +-
2c1b57
 1 file changed, 1 insertion(+), 1 deletion(-)
2c1b57
2c1b57
diff --git a/Incremental.c b/Incremental.c
2c1b57
index 97b2e99..c00a43d 100644
2c1b57
--- a/Incremental.c
2c1b57
+++ b/Incremental.c
2c1b57
@@ -823,7 +823,7 @@ static int container_members_max_degradation(struct map_ent *map, struct map_ent
2c1b57
 		}
2c1b57
 		close(afd);
2c1b57
 	}
2c1b57
-	return (max_degraded);
2c1b57
+	return max_degraded;
2c1b57
 }
2c1b57
 
2c1b57
 static int array_try_spare(char *devname, int *dfdp, struct dev_policy *pol,
2c1b57
-- 
2c1b57
2.7.4
2c1b57