diff options
Diffstat (limited to 'fs/proc')
-rw-r--r-- | fs/proc/proc_sysctl.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/proc/proc_sysctl.c b/fs/proc/proc_sysctl.c index f6aa75111b41..9d8223cd3655 100644 --- a/fs/proc/proc_sysctl.c +++ b/fs/proc/proc_sysctl.c | |||
@@ -1080,6 +1080,10 @@ void setup_sysctl_set(struct ctl_table_set *p, | |||
1080 | p->is_seen = is_seen; | 1080 | p->is_seen = is_seen; |
1081 | } | 1081 | } |
1082 | 1082 | ||
1083 | void retire_sysctl_set(struct ctl_table_set *set) | ||
1084 | { | ||
1085 | WARN_ON(!list_empty(&set->list)); | ||
1086 | } | ||
1083 | 1087 | ||
1084 | int __init proc_sys_init(void) | 1088 | int __init proc_sys_init(void) |
1085 | { | 1089 | { |