Incremental: return is not a function

Signed-off-by: Jes Sorensen <jsorensen@fb.com>
This commit is contained in:
Jes Sorensen 2017-05-05 11:39:58 -04:00
parent dd180cb136
commit c2d1a6ec6b
1 changed files with 1 additions and 1 deletions

View File

@ -823,7 +823,7 @@ static int container_members_max_degradation(struct map_ent *map, struct map_ent
}
close(afd);
}
return (max_degraded);
return max_degraded;
}
static int array_try_spare(char *devname, int *dfdp, struct dev_policy *pol,