]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit72da987518394030f81da8d80630e9404fef580b
tree07e34f722b7b8a4a4093b80e66511e33e9c5c00c
parent7515af929076786d69cd2869d8d25642cae7e39b
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