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

From: David Miller
Date: Fri Mar 08 2019 - 17:46:11 EST


From: Litao Jiao <jiaolitao@xxxxxxxxxxxx>
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 <jiaolitao@xxxxxxxxxxxx>

Agree with your analysis, applied, thanks.