[Devel] Re: [PATCH] Rework dev_base via list_head (v3)

David Miller davem at davemloft.net
Thu May 3 17:17:35 PDT 2007


From: Pavel Emelianov <xemul at sw.ru>
Date: Thu, 03 May 2007 19:32:54 +0400

> Netdev tree was updated today soon after I sent a patch for it,
> so this version applies to it and the fs/afs/netdevices.c file
> is added. Hope I am not late yet again :)
> 
> Cleanup of dev_base list use, with the aim to simplify making
> device list per-namespace. In almost every occasion, use of
> dev_base variable and dev->next pointer could be easily replaced
> by  for_each_netdev loop. A few most complicated places were
> converted to using first_netdev()/next_netdev().
> 
> Signed-off-by: Pavel Emelianov <xemul at openvz.org>
> Acked-by: Kirill Korotaev <dev at openvz.org>
> Cc: Patrick McHardy <kaber at trash.net>

Looks good, I've applied this, thanks!




More information about the Devel mailing list