From: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> Date: Tue, 10 Sep 2019 13:29:59 +0200 > The '.exit' functions from 'pernet_operations' structure should be marked > as __net_exit, not __net_init. > > Fixes: d862e5461423 ("net: ipv6: Implement /proc/net/icmp6.") > Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > --- > Untested, but using __net_exit looks consistent with other > pernet_operations.exit use case. Looks good, applied.