On Wed, 2017-11-22 at 21:39 +0530, Naveen N. Rao wrote: > > sum += nr; > > } > > BUG_ON(nr_min > nr_max); > > - > > BUG_ON(sum > g->p.nr_tasks); > > Looks like that change to remove a blank line did slip in, but that's > a > small nit. Apart from that, the patch looks good to me. > Acked-by: Naveen N. Rao <naveen.n....@linux.vnet.ibm.com> > Hi Naveen,
Thanks, have sent v5 with that addressed :-) Regards, -Satheesh > - Naveen