IPVS: Remove ip_vs_sync_cleanup from section __exit
ip_vs_sync_cleanup() may be called from ip_vs_init() on error and thus needs to be accesible from section __init Reporte-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Simon Horman <horms@verge.net.au> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Hans Schillstrom <hans@schillstrom.com> Tested-by: Hans Schillstrom <hans@schillstrom.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
parent
0443929ff0
commit
ed3d1e7b72
1 changed files with 1 additions and 1 deletions
|
@ -1686,7 +1686,7 @@ int __init ip_vs_sync_init(void)
|
|||
return register_pernet_subsys(&ipvs_sync_ops);
|
||||
}
|
||||
|
||||
void __exit ip_vs_sync_cleanup(void)
|
||||
void ip_vs_sync_cleanup(void)
|
||||
{
|
||||
unregister_pernet_subsys(&ipvs_sync_ops);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue