lkml.org 
[lkml]   [2017]   [Nov]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Subject[PATCH v2 27/31] net: Convert ipv4_sysctl_ops
    From
    Date
    These pernet_operations create and destroy sysctl,
    which are not touched by anybody else.

    Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
    ---
    net/ipv4/sysctl_net_ipv4.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/net/ipv4/sysctl_net_ipv4.c b/net/ipv4/sysctl_net_ipv4.c
    index 93e172118a94..89683d868b37 100644
    --- a/net/ipv4/sysctl_net_ipv4.c
    +++ b/net/ipv4/sysctl_net_ipv4.c
    @@ -1219,6 +1219,7 @@ static __net_exit void ipv4_sysctl_exit_net(struct net *net)
    static __net_initdata struct pernet_operations ipv4_sysctl_ops = {
    .init = ipv4_sysctl_init_net,
    .exit = ipv4_sysctl_exit_net,
    + .async = true,
    };

    static __init int sysctl_ipv4_init(void)
    \
     
     \ /
      Last update: 2017-11-20 19:38    [W:5.841 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site