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:
907cdda
)
net: speedup netdev_set_master()
author
Eric Dumazet
<eric.dumazet@gmail.com>
Thu, 18 Mar 2010 13:37:40 +0000
(13:37 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 22 Mar 2010 01:34:15 +0000
(18:34 -0700)
We currently force a synchronize_net() in netdev_set_master()
This seems necessary only when a slave had a master and we dismantle it.
In the other case ("ifenslave bond0 ethO"), we dont need this long
delay.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found