Re: [RFC PATCH net-next 2/4] net: 8021q: vlan_core: allow use list of vlans for real device

From: BjÃrn Mork
Date: Fri Oct 19 2018 - 07:22:46 EST


Ivan Khoronzhuk <ivan.khoronzhuk@xxxxxxxxxx> writes:

> @@ -236,6 +239,13 @@ __vlan_find_dev_deep_rcu(struct net_device *real_dev,
> return NULL;
> }
>
> +static inline int
> +vlan_for_each(struct net_device *dev,
> + int (*action)(struct net_device *dev, int vid, void *arg),
> + void *arg)
> +{
> +}
> +


This stub should return 0, shouldn't it?


BjÃrn