diff options
author | Eric Dumazet <[email protected]> | 2010-11-09 11:46:33 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2010-11-09 12:17:16 -0800 |
commit | 332dd96f7ac15e937088fe11f15cfe0210e8edd1 (patch) | |
tree | 8efe236b18c0abacee96f9ed5fa6cfd396cdedcf /tools/perf/util/scripting-engines/trace-event-perl.c | |
parent | 88f8a5e3e7defccd3925cabb1ee4d3994e5cdb52 (diff) |
net/dst: dst_dev_event() called after other notifiers
Followup of commit ef885afbf8a37689 (net: use rcu_barrier() in
rollback_registered_many)
dst_dev_event() scans a garbage dst list that might be feeded by various
network notifiers at device dismantle time.
Its important to call dst_dev_event() after other notifiers, or we might
enter the infamous msleep(250) in netdev_wait_allrefs(), and wait one
second before calling again call_netdevice_notifiers(NETDEV_UNREGISTER,
dev) to properly remove last device references.
Use priority -10 to let dst_dev_notifier be called after other network
notifiers (they have the default 0 priority)
Reported-by: Ben Greear <[email protected]>
Reported-by: Nicolas Dichtel <[email protected]>
Reported-by: Octavian Purdila <[email protected]>
Reported-by: Benjamin LaHaise <[email protected]>
Tested-by: Ben Greear <[email protected]>
Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-perl.c')
0 files changed, 0 insertions, 0 deletions