ns proc: Add support for the uts namespace
Acked-by: Daniel Lezcano <daniel.lezcano@free.fr> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
This commit is contained in:
parent
13b6f57623
commit
34482e89a5
3 changed files with 43 additions and 0 deletions
|
@ -266,6 +266,7 @@ struct proc_ns_operations {
|
|||
int (*install)(struct nsproxy *nsproxy, void *ns);
|
||||
};
|
||||
extern const struct proc_ns_operations netns_operations;
|
||||
extern const struct proc_ns_operations utsns_operations;
|
||||
|
||||
union proc_op {
|
||||
int (*proc_get_link)(struct inode *, struct path *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue