lkml.org 
[lkml]   [2011]   [May]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[v2 094/115] sysctl: net/core: create empty dir with register_sysctl_dir
    Date
    Signed-off-by: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
    ---
    net/core/sysctl_net_core.c | 4 +---
    1 files changed, 1 insertions(+), 3 deletions(-)

    diff --git a/net/core/sysctl_net_core.c b/net/core/sysctl_net_core.c
    index 385b609..6d2fe6e 100644
    --- a/net/core/sysctl_net_core.c
    +++ b/net/core/sysctl_net_core.c
    @@ -239,9 +239,7 @@ static __net_initdata struct pernet_operations sysctl_core_ops = {

    static __init int sysctl_core_init(void)
    {
    - static struct ctl_table empty[1];
    -
    - register_sysctl_paths(net_core_path, empty);
    + register_sysctl_dir(net_core_path);
    register_net_sysctl_rotable(net_core_path, net_core_table);
    return register_pernet_subsys(&sysctl_core_ops);
    }
    --
    1.7.5.134.g1c08b


    \
     
     \ /
      Last update: 2011-05-09 00:45    [W:4.225 / U:0.492 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site