From: Sowmini Varadhan <sowmini.varad...@oracle.com>
Date: Thu, 10 Sep 2015 16:16:49 -0400

> @@ -1272,7 +1273,7 @@ static int rtnl_fill_ifinfo(struct sk_buff *skb, struct 
> net_device *dev,
>                       if (!(af = nla_nest_start(skb, af_ops->family)))
>                               goto nla_put_failure;
>  
> -                     err = af_ops->fill_link_af(skb, dev);
> +                     err = af_ops->fill_link_af(skb, dev, skip_af_stats);

Maybe just pass down the raw flags as 'ext_filter_mask', like we do
for the rtnl_fill_ifinfo() call chain.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to