aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sysctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r--include/linux/sysctl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h
index 956264d09ba0..3f6599aeb0db 100644
--- a/include/linux/sysctl.h
+++ b/include/linux/sysctl.h
@@ -1083,6 +1083,9 @@ struct ctl_table_header
1083 struct ctl_table *ctl_table_arg; 1083 struct ctl_table *ctl_table_arg;
1084 struct ctl_table_root *root; 1084 struct ctl_table_root *root;
1085 struct ctl_table_set *set; 1085 struct ctl_table_set *set;
1086 struct ctl_table *attached_by;
1087 struct ctl_table *attached_to;
1088 struct ctl_table_header *parent;
1086}; 1089};
1087 1090
1088/* struct ctl_path describes where in the hierarchy a table is added */ 1091/* struct ctl_path describes where in the hierarchy a table is added */