diff options
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r-- | include/linux/sysctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 89150494bd10..1371d7b86810 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
@@ -1022,6 +1022,7 @@ struct ctl_table | |||
1022 | int maxlen; | 1022 | int maxlen; |
1023 | mode_t mode; | 1023 | mode_t mode; |
1024 | ctl_table *child; | 1024 | ctl_table *child; |
1025 | ctl_table *parent; /* Automatically set */ | ||
1025 | proc_handler *proc_handler; /* Callback for text formatting */ | 1026 | proc_handler *proc_handler; /* Callback for text formatting */ |
1026 | ctl_handler *strategy; /* Callback function for all r/w */ | 1027 | ctl_handler *strategy; /* Callback function for all r/w */ |
1027 | struct proc_dir_entry *de; /* /proc control block */ | 1028 | struct proc_dir_entry *de; /* /proc control block */ |