[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <C5551D9AAB213A418B7FD5E4A6F30A0702F950C8@ORSMSX106.amr.corp.intel.com>
Date: Tue, 21 Feb 2012 16:15:02 +0000
From: "Rose, Gregory V" <gregory.v.rose@...el.com>
To: David Miller <davem@...emloft.net>
CC: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: RE: [RFC V3 PATCH] rtnetlink: Fix problem with buffer allocation
> -----Original Message-----
> From: David Miller [mailto:davem@...emloft.net]
> Sent: Sunday, February 19, 2012 9:55 PM
> To: Rose, Gregory V
> Cc: netdev@...r.kernel.org
> Subject: Re: [RFC V3 PATCH] rtnetlink: Fix problem with buffer allocation
>
> From: Greg Rose <gregory.v.rose@...el.com>
> Date: Thu, 16 Feb 2012 15:52:18 -0800
>
> > + for (h = 0; h < NETDEV_HASHENTRIES; h++) {
> > + head = &net->dev_index_head[h];
> > + hlist_for_each_entry_rcu(dev, node, head, index_hlist) {
>
> list_for_each_entry_rcu(dev, &net->dev_base_head, dev_list)
OK, I'll fix that up.
- Greg
--
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