Searched hist:de4e83bd (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/
H A Dsysctl_net.cdiff de4e83bd Fri Jan 06 04:34:20 MST 2012 Eric W. Biederman <ebiederm@xmission.com> sysctl: Register the base sysctl table like any other sysctl table.

Simplify the code by treating the base sysctl table like any other
sysctl table and register it with register_sysctl_table.

To ensure this table is registered early enough to avoid problems
call sysctl_init from proc_sys_init.

Rename sysctl_net.c:sysctl_init() to net_sysctl_init() to avoid
name conflicts now that kernel/sysctl.c:sysctl_init() is no longer
static.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
/linux-master/include/linux/
H A Dsysctl.hdiff de4e83bd Fri Jan 06 04:34:20 MST 2012 Eric W. Biederman <ebiederm@xmission.com> sysctl: Register the base sysctl table like any other sysctl table.

Simplify the code by treating the base sysctl table like any other
sysctl table and register it with register_sysctl_table.

To ensure this table is registered early enough to avoid problems
call sysctl_init from proc_sys_init.

Rename sysctl_net.c:sysctl_init() to net_sysctl_init() to avoid
name conflicts now that kernel/sysctl.c:sysctl_init() is no longer
static.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
/linux-master/fs/proc/
H A Dproc_sysctl.cdiff de4e83bd Fri Jan 06 04:34:20 MST 2012 Eric W. Biederman <ebiederm@xmission.com> sysctl: Register the base sysctl table like any other sysctl table.

Simplify the code by treating the base sysctl table like any other
sysctl table and register it with register_sysctl_table.

To ensure this table is registered early enough to avoid problems
call sysctl_init from proc_sys_init.

Rename sysctl_net.c:sysctl_init() to net_sysctl_init() to avoid
name conflicts now that kernel/sysctl.c:sysctl_init() is no longer
static.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
/linux-master/kernel/
H A Dsysctl.cdiff de4e83bd Fri Jan 06 04:34:20 MST 2012 Eric W. Biederman <ebiederm@xmission.com> sysctl: Register the base sysctl table like any other sysctl table.

Simplify the code by treating the base sysctl table like any other
sysctl table and register it with register_sysctl_table.

To ensure this table is registered early enough to avoid problems
call sysctl_init from proc_sys_init.

Rename sysctl_net.c:sysctl_init() to net_sysctl_init() to avoid
name conflicts now that kernel/sysctl.c:sysctl_init() is no longer
static.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>

Completed in 774 milliseconds