[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <l0oi1g$jo6$1@ger.gmane.org>
Date: Wed, 11 Sep 2013 01:46:24 +0000 (UTC)
From: Cong Wang <xiyou.wangcong@...il.com>
To: netdev@...r.kernel.org
Subject: Re: [PATCH v2 net-next 07/27] net: add for_each iterators through
neighbour lower link's private
On Tue, 10 Sep 2013 at 20:57 GMT, Veaceslav Falico <vfalico@...hat.com> wrote:
> +void *netdev_lower_get_next_private_rcu(struct net_device *dev,
> + struct list_head **iter)
> +{
> + struct netdev_adjacent *lower;
> +
> + WARN_ON_ONCE(!rcu_read_lock_held());
> +
Since this function has _rcu suffix, this warning is not useful at all.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists