Re: [PATCH] ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'

From: David Miller
Date: Thu Sep 12 2019 - 06:21:45 EST


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.