Hello,
On Mon, 1 Feb 2016, Salam Noureddine wrote:
> +#ifdef CONFIG_NET_NS
> +static inline void net_add_event_list(struct list_head *head, struct net
> *net)
> +{
> + if (!list_empty(&net->event_list))
Above check looks inverted, it works may be
because INIT_LIST_HEAD(&net->event_list) is missing.
> + list_add_tail(&net->event_list, head);
> +}
> +
Regards
--
Julian Anastasov <[email protected]>
