From: Eelco Chaudron <[email protected]>
Date: Mon, 31 Aug 2020 11:57:57 +0200
> If nf_conncount_init fails currently the dispatched work is not canceled,
> causing problems when the timer fires. This change fixes this by not
> scheduling the work until all initialization is successful.
>
> Fixes: a65878d6f00b ("net: openvswitch: fixes potential deadlock in dp
> cleanup code")
> Reported-by: kernel test robot <[email protected]>
> Signed-off-by: Eelco Chaudron <[email protected]>
Applied, thank you.