vxlan: do not need BH again in vxlan_cleanup()
authorLitao Jiao <jiaolitao@raisecom.com>
Wed, 6 Mar 2019 04:01:48 +0000 (12:01 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Mar 2019 22:45:42 +0000 (14:45 -0800)
commitf98ec788511b5e06b1ca668d380d42cd6742a75a
tree4d8a21557d491620d4b113036dfb9d24e3a1d848
parentd394d33bee22421b39a0bcdc51ca6d68ba308625
vxlan: do not need BH again in vxlan_cleanup()

vxlan_cleanup() is a timer callback, it is already
and only running in BH context.

Signed-off-by: Litao Jiao <jiaolitao@raisecom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c