summaryrefslogtreecommitdiffstats
path: root/include/linux/sysctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r--include/linux/sysctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h
index adf4e51cf597..b7e82049fec7 100644
--- a/include/linux/sysctl.h
+++ b/include/linux/sysctl.h
@@ -143,6 +143,7 @@ struct ctl_table_header
143 struct ctl_table_set *set; 143 struct ctl_table_set *set;
144 struct ctl_dir *parent; 144 struct ctl_dir *parent;
145 struct ctl_node *node; 145 struct ctl_node *node;
146 struct list_head inodes; /* head for proc_inode->sysctl_inodes */
146}; 147};
147 148
148struct ctl_dir { 149struct ctl_dir {