diff options
author | Michal Kubeček <mkubecek@suse.cz> | 2016-03-08 14:44:45 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-08 15:16:51 -0500 |
commit | 3dc94f93be161ec4203673de9a34b7362d8985b5 (patch) | |
tree | b06f18cb9a5fdac6ab626dd9368361fe606a2874 /block/blk-lib.c | |
parent | 9a03cd8f38efb83c13fbe62aff50eea4efff93da (diff) | |
download | linux-3dc94f93be161ec4203673de9a34b7362d8985b5.tar.bz2 |
ipv6: per netns FIB garbage collection
One of our customers observed issues with FIB6 garbage collectors
running in different network namespaces blocking each other, resulting
in soft lockups (fib6_run_gc() initiated from timer runs always in
forced mode).
Now that FIB6 walkers are separated per namespace, there is no more need
for instances of fib6_run_gc() in different namespaces blocking each
other. There is still a call to icmp6_dst_gc() which operates on shared
data but this function is protected by its own shared lock.
Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
Reviewed-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'block/blk-lib.c')
0 files changed, 0 insertions, 0 deletions