aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2010-03-07 21:14:23 -0500
committerEric W. Biederman <ebiederm@xmission.com>2011-05-10 17:34:26 -0400
commit13b6f57623bc485e116344fe91fbcb29f149242b (patch)
treef2d43576e248ac61b967734a6ccd313b971fb430 /include/linux
parent0663c6f8fa37d777ede74ff991a0cba3a42fcbd7 (diff)
ns proc: Add support for the network namespace.
Implementing file descriptors for the network namespace is simple and straight forward. Acked-by: David S. Miller <davem@davemloft.net> Acked-by: Daniel Lezcano <daniel.lezcano@free.fr> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/proc_fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h
index a6d2c6da5e5..62126ec6ede 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};
268extern const struct proc_ns_operations netns_operations;
268 269
269union proc_op { 270union proc_op {
270 int (*proc_get_link)(struct inode *, struct path *); 271 int (*proc_get_link)(struct inode *, struct path *);