Release 4.7 include/linux/mnt_namespace.h
#ifndef _NAMESPACE_H_
#define _NAMESPACE_H_
#ifdef __KERNEL__
struct mnt_namespace;
struct fs_struct;
struct user_namespace;
extern struct mnt_namespace *copy_mnt_ns(unsigned long, struct mnt_namespace *,
struct user_namespace *, struct fs_struct *);
extern void put_mnt_ns(struct mnt_namespace *ns);
extern const struct file_operations proc_mounts_operations;
extern const struct file_operations proc_mountinfo_operations;
extern const struct file_operations proc_mountstats_operations;
#endif
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
linus torvalds | linus torvalds | 13 | 18.06% | 1 | 7.14% |
al viro | al viro | 11 | 15.28% | 2 | 14.29% |
miklos szeredi | miklos szeredi | 9 | 12.50% | 1 | 7.14% |
eric w. biederman | eric w. biederman | 9 | 12.50% | 2 | 14.29% |
badari pulavarty | badari pulavarty | 8 | 11.11% | 1 | 7.14% |
andrew morton | andrew morton | 6 | 8.33% | 1 | 7.14% |
thomas 'dent' mirlacher | thomas 'dent' mirlacher | 5 | 6.94% | 1 | 7.14% |
ram pai | ram pai | 4 | 5.56% | 1 | 7.14% |
kirill korotaev | kirill korotaev | 3 | 4.17% | 1 | 7.14% |
andries brouwer | andries brouwer | 2 | 2.78% | 1 | 7.14% |
trond myklebust | trond myklebust | 1 | 1.39% | 1 | 7.14% |
david howells | david howells | 1 | 1.39% | 1 | 7.14% |
| Total | 72 | 100.00% | 14 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.