[PATCH] sysctl: add a parent entry to ctl_table and set the parent entry
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 14 Feb 2007 08:34:13 +0000 (00:34 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 14 Feb 2007 16:10:00 +0000 (08:10 -0800)
commitd912b0cc1a617d7c590d57b7ea971d50c7f02503
tree04cfb8553ffc3ac054e42af56ce7f3246005097c
parent77b14db502cb85a031fe8fde6c85d52f3e0acb63
[PATCH] sysctl: add a parent entry to ctl_table and set the parent entry

Add a parent entry into the ctl_table so you can walk the list of parents and
find the entire path to a ctl_table entry.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Cc: Stephen Smalley <sds@tycho.nsa.gov>
Cc: James Morris <jmorris@namei.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/sysctl.h
kernel/sysctl.c