OSDN Git Service

vxlan: Move up vxlan_fdb_free(), vxlan_fdb_destroy()
authorPetr Machata <petrm@mellanox.com>
Wed, 16 Jan 2019 23:06:30 +0000 (23:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jan 2019 23:18:46 +0000 (15:18 -0800)
commitc2b200e0bac0a0667f2de18e0806fcf71b745080
tree07e34f722b7b8a4a4093b80e66511e33e9c5c00c
parent12ff91c8bac0b4650f6bb60c4477bd33bbe74b07
vxlan: Move up vxlan_fdb_free(), vxlan_fdb_destroy()

These functions will be needed for rollbacks of vetoed FDB entries. Move
them up so that they are visible at their intended point of use.

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