Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
[deliverable/linux.git] / include / linux / mnt_namespace.h
... / ...
CommitLineData
1#ifndef _NAMESPACE_H_
2#define _NAMESPACE_H_
3#ifdef __KERNEL__
4
5struct mnt_namespace;
6struct fs_struct;
7struct user_namespace;
8
9extern struct mnt_namespace *copy_mnt_ns(unsigned long, struct mnt_namespace *,
10 struct user_namespace *, struct fs_struct *);
11extern void put_mnt_ns(struct mnt_namespace *ns);
12
13extern const struct file_operations proc_mounts_operations;
14extern const struct file_operations proc_mountinfo_operations;
15extern const struct file_operations proc_mountstats_operations;
16
17#endif
18#endif
This page took 0.035647 seconds and 5 git commands to generate.