mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
xfrm: Export symbol xfrm_dev_state_delete.
[ Upstream commit 2d5317753e5f02a66e6d0afb9b25105d0beab1be ] This fixes a build failure if xfrm_user is build as a module. Fixes: 07b87f9eea0c ("xfrm: Fix unregister netdevice hang on hardware offload.") Reported-by: Mark Brown <broonie@kernel.org> Tested-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
0f6b8aed5d
commit
878c90b54b
1 changed files with 1 additions and 0 deletions
|
@ -698,6 +698,7 @@ void xfrm_dev_state_delete(struct xfrm_state *x)
|
||||||
spin_unlock_bh(&xfrm_state_dev_gc_lock);
|
spin_unlock_bh(&xfrm_state_dev_gc_lock);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(xfrm_dev_state_delete);
|
||||||
|
|
||||||
void xfrm_dev_state_free(struct xfrm_state *x)
|
void xfrm_dev_state_free(struct xfrm_state *x)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue