Merge branch 'getroute-no-rtnl'
authorDavid S. Miller <davem@davemloft.net>
Wed, 16 Aug 2017 00:20:55 +0000 (17:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Aug 2017 00:21:25 +0000 (17:21 -0700)
commit5d1321a9fca29987c93c6d95c06d8f04e6468835
tree5788ca9462bd19edcef33f2bdff2546cd350399a
parent7324157b8af19ff797b550b7b1543aa1c9c07b48
parent394f51abb3d04f33fb798f04b16ae6b0491ea4ec
Merge branch 'getroute-no-rtnl'

Florian Westphal says:

====================
ipv4 getroute doesn't assume rtnl lock is held anymore, also make
this true for ipv6, then switch both to DOIT_UNLOCKED.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>