diff options
author | Cong Wang <amwang@redhat.com> | 2013-08-31 07:44:32 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-09-01 04:30:00 +0200 |
commit | caf92bc4007036cfac8ee06c845fdfe6496e4fb3 (patch) | |
tree | 822f242d34e00ff36af27c6768761a1ae6a0e03d /net/openvswitch | |
parent | ipv6: export in6addr_loopback to modules (diff) | |
download | linux-caf92bc4007036cfac8ee06c845fdfe6496e4fb3.tar.xz linux-caf92bc4007036cfac8ee06c845fdfe6496e4fb3.zip |
ipv6: do not call ndisc_send_rs() with write lock
Because vxlan module will call ip6_dst_lookup() in TX path,
which will hold write lock. So we have to release this write lock
before calling ndisc_send_rs(), otherwise could deadlock.
Reviewed-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: Cong Wang <amwang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch')
0 files changed, 0 insertions, 0 deletions