vxlan: changelink: Inline vxlan_dev_configure()
authorPetr Machata <petrm@mellanox.com>
Wed, 16 Jan 2019 23:06:39 +0000 (23:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jan 2019 23:18:46 +0000 (15:18 -0800)
commit8db9427d52b894276383091883b6a8bc5bb0c14d
treefca43e0138713500af0aff1f2bf79a62d6e5711e
parent61f46fe8c646c1cc7810ee0963d7870b6d901a96
vxlan: changelink: Inline vxlan_dev_configure()

The changelink operation may cause change in remote address, and
therefore an FDB update, which can be vetoed. To properly handle
vetoing, vxlan_changelink() needs to be gradually updated.

In this patch simply replace vxlan_dev_configure() with the two
constituent calls.

Signed-off-by: Petr Machata <petrm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c