nlm: Ensure callback code also checks that the files match
[GitHub/mt8127/android_kernel_alcatel_ttab.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 6struct fs_struct;
771b1371 7struct user_namespace;
5ad4e53b 8
213dd266 9extern struct mnt_namespace *copy_mnt_ns(unsigned long, struct mnt_namespace *,
771b1371 10 struct user_namespace *, struct fs_struct *);
616511d0 11extern void put_mnt_ns(struct mnt_namespace *ns);
6b3286ed 12
0226f492
AV
13extern const struct file_operations proc_mounts_operations;
14extern const struct file_operations proc_mountinfo_operations;
15extern const struct file_operations proc_mountstats_operations;
a1a2c409 16
6b3286ed
KK
17#endif
18#endif