On Thu, Jun 6, 2013 at 4:43 PM, Jesse Gross <[email protected]> wrote: > On Thu, Jun 6, 2013 at 2:29 PM, Pravin B Shelar <[email protected]> wrote: >> Flex array is used to allocate hash buckets which is type struct >> hlist_head, but we use `struct hlist_head *` to calculate >> array size. Since hlist_head is of size pointer it works fine. >> >> Following patch use correct type. >> >> Signed-off-by: Pravin B Shelar <[email protected]> > > Good catch. > > Acked-by: Jesse Gross <[email protected]> I forgot to push this patch, finally did it.
Thanks. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
