On Fri, Oct 19, 2018 at 01:22:20PM +0200, Bjørn Mork wrote:
Ivan Khoronzhuk <[email protected]> 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?
yes, it has.



Bjørn

--
Regards,
Ivan Khoronzhuk

Reply via email to