git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc54c65
)
[RTNL]: Relax for_each_netdev_safe in __rtnl_link_unregister.
author
Pavel Emelyanov
<xemul@openvz.org>
Wed, 16 Apr 2008 07:45:56 +0000
(
00:45
-0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 16 Apr 2008 07:45:56 +0000
(
00:45
-0700)
Each potential list_del (happening from inside a ->dellink call)
is followed by goto restart, so there's no need in _safe iteration.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Acked-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found