]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/proc/proc_sysctl.c
sysctl: Normalize the root_table data structure.
authorEric W. Biederman <ebiederm@xmission.com>
Sun, 22 Jan 2012 01:51:48 +0000 (17:51 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 25 Jan 2012 00:40:28 +0000 (16:40 -0800)
commita194558e8698621a9ce7f2c6a720123e644af131
tree7f58d41bf0be3a992b0dd6ae41be97d9964bb809
parent8425d6aaf0704b98480131ed339c208ffce12e44
sysctl: Normalize the root_table data structure.

Every other directory has a .child member and we look at the .child
for our entries.  Do the same for the root_table.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
fs/proc/proc_sysctl.c