diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/proc_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h index 52aa89df8a6d..a23f0b72a023 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h | |||
@@ -267,6 +267,7 @@ struct proc_ns_operations { | |||
267 | }; | 267 | }; |
268 | extern const struct proc_ns_operations netns_operations; | 268 | extern const struct proc_ns_operations netns_operations; |
269 | extern const struct proc_ns_operations utsns_operations; | 269 | extern const struct proc_ns_operations utsns_operations; |
270 | extern const struct proc_ns_operations ipcns_operations; | ||
270 | 271 | ||
271 | union proc_op { | 272 | union proc_op { |
272 | int (*proc_get_link)(struct inode *, struct path *); | 273 | int (*proc_get_link)(struct inode *, struct path *); |