]> asedeno.scripts.mit.edu Git - linux.git/commit
ipv6: addrconf: don't use rtnl mutex in RTM_GETADDR
authorFlorian Westphal <fw@strlen.de>
Wed, 11 Oct 2017 08:28:01 +0000 (10:28 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Oct 2017 03:17:03 +0000 (20:17 -0700)
commitc24675f871d3bca569532b3744962dd49938ddff
tree6912cab6b062115a8179055bfdb5851654d48895
parent4ea2607f7871ca433ab0c5300289215974213f26
ipv6: addrconf: don't use rtnl mutex in RTM_GETADDR

Similar to the previous patch, use the device lookup functions
that bump device refcount and flag this as DOIT_UNLOCKED to avoid
rtnl mutex.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c