On Mon, Apr 23, 2012 at 10:12:12PM +0900, Simon Horman wrote: > From: Julian Anastasov <[email protected]> > > commit 14e405461e664b777e2a5636e10b2ebf36a686ec (2.6.39) > ("Add __ip_vs_control_{init,cleanup}_sysctl()") > introduced regression due to wrong __net_init for > __ip_vs_control_cleanup_sysctl. This leads to crash when > the ip_vs module is unloaded. > > Fix it by changing __net_init to __net_exit for > the function that is already renamed to ip_vs_control_net_cleanup_sysctl. > > Cc: [email protected]
Removed this above. > Signed-off-by: Julian Anastasov <[email protected]> > Signed-off-by: Hans Schillstrom <[email protected]> > Signed-off-by: Simon Horman <[email protected]> And applied, thanks Simon. -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
