mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
xfrm: Export symbol xfrm_dev_state_delete.
This fixes a build failure if xfrm_user is build as a module.
Fixes: 07b87f9eea ("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>
This commit is contained in:
parent
07b87f9eea
commit
2d5317753e
|
|
@ -698,6 +698,7 @@ void xfrm_dev_state_delete(struct xfrm_state *x)
|
|||
spin_unlock_bh(&xfrm_state_dev_gc_lock);
|
||||
}
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(xfrm_dev_state_delete);
|
||||
|
||||
void xfrm_dev_state_free(struct xfrm_state *x)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user