Re: [PATCH] vxlan: do not need BH again in vxlan_cleanup()

2019-03-08 Thread David Miller
From: Litao Jiao Date: Wed, 6 Mar 2019 12:01:48 +0800 > vxlan_cleanup() is a timer callback, it is already > and only running in BH context. > > Signed-off-by: Litao Jiao Agree with your analysis, applied, thanks.

[PATCH] vxlan: do not need BH again in vxlan_cleanup()

2019-03-05 Thread Litao Jiao
vxlan_cleanup() is a timer callback, it is already and only running in BH context. Signed-off-by: Litao Jiao --- drivers/net/vxlan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c index 2aae11f..98dde11 100644 --- a/drivers/net/v