On 07/14/2018 02:04 PM, Wol wrote: > Signed-off-by: Wol <anthony@xxxxxxxxxxxxxxx> > --- > Grow.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Grow.c b/Grow.c > index 30c5fa9..bbfbaf4 100644 > --- a/Grow.c > +++ b/Grow.c > @@ -516,6 +516,7 @@ int Grow_addbitmap(char *devname, int fd, struct context *c, struct shape *s) > devname, strerror(err)); > return 1; > } > + close( bitmap_fd); Hi, Please be careful with the formatting. No blank after the parenthesis. Jes > } > > return 0; > -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html