commit | caf92bc4007036cfac8ee06c845fdfe6496e4fb3 | [log] [tgz] |
---|---|---|
author | Cong Wang <amwang@redhat.com> | Sat Aug 31 13:44:32 2013 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 31 22:30:00 2013 -0400 |
tree | 822f242d34e00ff36af27c6768761a1ae6a0e03d | |
parent | 034dfc5df99eb8d263211524983b1a737b25c06b [diff] |
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>