diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-01-06 14:55:30 -0500 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-01-24 19:40:28 -0500 |
commit | 8d6ecfcc014332fd2fe933f64194160f0e3a6696 (patch) | |
tree | 0e189654469ff7a39bf85a4cd483e2277cac474e /include/linux/sysctl.h | |
parent | 7c60c48f58a78195acc1f71c9a9d01958c02ab89 (diff) |
sysctl: Remove the now unused ctl_table parent field.
While useful at one time for selinux and the sysctl sanity
checks those users no longer use the parent field and we can
safely remove it.
Inspired-by: Lucian Adrian Grijincu <lucian.grijincu@gmil.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r-- | include/linux/sysctl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 25c7dfe1a7ec..094bc5ccf1e2 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
@@ -1016,7 +1016,6 @@ struct ctl_table | |||
1016 | int maxlen; | 1016 | int maxlen; |
1017 | umode_t mode; | 1017 | umode_t mode; |
1018 | struct ctl_table *child; /* Deprecated */ | 1018 | struct ctl_table *child; /* Deprecated */ |
1019 | struct ctl_table *parent; /* Automatically set */ | ||
1020 | proc_handler *proc_handler; /* Callback for text formatting */ | 1019 | proc_handler *proc_handler; /* Callback for text formatting */ |
1021 | struct ctl_table_poll *poll; | 1020 | struct ctl_table_poll *poll; |
1022 | void *extra1; | 1021 | void *extra1; |