lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 03 May 2007 18:44:18 +0400 From: Pavel Emelianov <xemul@...ru> To: Patrick McHardy <kaber@...sh.net> CC: David Miller <davem@...emloft.net>, Linux Netdev List <netdev@...r.kernel.org>, Kirill Korotaev <dev@...ru>, devel@...nvz.org Subject: Re: [PATCH] Rework dev_base via list_head (v2) Patrick McHardy wrote: > Pavel Emelianov wrote: >> 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(). >> >> Changes: >> * David's comment about loop termination; >> * Applies to todays netdev git tree. > > > This seems to be missing fs/afs/netdevices.c. > Hm... I've cloned the git repo this morning but there's not such file... $ ls fs/afs/netdevices.c /bin/ls: fs/afs/netdevices.c: No such file or directory Repo was cloned from git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git - 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