On 12/5/18 6:35 PM, NeilBrown wrote: > > With a chunk size of 16Meg and data drive count of 8, > this calculate can easily overflow the 'int' type that > is used for the multiplications. > So force it to use "long" instead. > > Reported-and-tested-by: Ed Spiridonov <edo.rus@xxxxxxxxx> > Signed-off-by: NeilBrown <neilb@xxxxxxxx> > --- > Grow.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Applied! Thanks, Jes