Merge tag 'arm-soc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[linux-2.6-block.git] / include / linux / mnt_namespace.h
CommitLineData
6b3286ed
KK
1#ifndef _NAMESPACE_H_
2#define _NAMESPACE_H_
3#ifdef __KERNEL__
4
0226f492 5struct mnt_namespace;
5ad4e53b
AV
6struct fs_struct;
7
213dd266 8extern struct mnt_namespace *copy_mnt_ns(unsigned long, struct mnt_namespace *,
6b3286ed 9 struct fs_struct *);
616511d0 10extern void put_mnt_ns(struct mnt_namespace *ns);
6b3286ed 11
0226f492
AV
12extern const struct file_operations proc_mounts_operations;
13extern const struct file_operations proc_mountinfo_operations;
14extern const struct file_operations proc_mountstats_operations;
a1a2c409 15
6b3286ed
KK
16#endif
17#endif