diff options
Diffstat (limited to 'include/linux/proc_fs.h')
-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 9014c041e752..31447819bc55 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h | |||
@@ -258,6 +258,7 @@ extern const struct proc_ns_operations netns_operations; | |||
258 | extern const struct proc_ns_operations utsns_operations; | 258 | extern const struct proc_ns_operations utsns_operations; |
259 | extern const struct proc_ns_operations ipcns_operations; | 259 | extern const struct proc_ns_operations ipcns_operations; |
260 | extern const struct proc_ns_operations pidns_operations; | 260 | extern const struct proc_ns_operations pidns_operations; |
261 | extern const struct proc_ns_operations userns_operations; | ||
261 | extern const struct proc_ns_operations mntns_operations; | 262 | extern const struct proc_ns_operations mntns_operations; |
262 | 263 | ||
263 | union proc_op { | 264 | union proc_op { |