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 a6d2c6da5e5a..62126ec6ede9 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h | |||
@@ -265,6 +265,7 @@ struct proc_ns_operations { | |||
265 | void (*put)(void *ns); | 265 | void (*put)(void *ns); |
266 | int (*install)(struct nsproxy *nsproxy, void *ns); | 266 | int (*install)(struct nsproxy *nsproxy, void *ns); |
267 | }; | 267 | }; |
268 | extern const struct proc_ns_operations netns_operations; | ||
268 | 269 | ||
269 | union proc_op { | 270 | union proc_op { |
270 | int (*proc_get_link)(struct inode *, struct path *); | 271 | int (*proc_get_link)(struct inode *, struct path *); |