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]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
