[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130731113849.02746040@nehalam.linuxnetplumber.net>
Date: Wed, 31 Jul 2013 11:38:49 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Nikolay Aleksandrov <nikolay@...hat.com>
Cc: netdev@...r.kernel.org, andy@...yhouse.net, davem@...emloft.net,
fubar@...ibm.com
Subject: Re: [PATCH net-next 1/5] bonding: convert to list API and replace
bond's custom list
On Wed, 31 Jul 2013 17:12:29 +0200
Nikolay Aleksandrov <nikolay@...hat.com> wrote:
> - bond_for_each_slave(bond, tmp, i)
> + list_for_each_entry(tmp, &bond->slave_list, list)
It would be nice to keep the wrapper macro's bond_for_each_slave
and introduce a bond_for_each_slave_rcu() for the cases where you
are using RCU.
--
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