cregit-Linux how code gets into the kernel

Release 4.7 include/linux/mnt_namespace.h

Directory: include/linux
#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

PersonTokensPropCommitsCommitProp
linus torvaldslinus torvalds1318.06%17.14%
al viroal viro1115.28%214.29%
miklos szeredimiklos szeredi912.50%17.14%
eric w. biedermaneric w. biederman912.50%214.29%
badari pulavartybadari pulavarty811.11%17.14%
andrew mortonandrew morton68.33%17.14%
thomas 'dent' mirlacherthomas 'dent' mirlacher56.94%17.14%
ram pairam pai45.56%17.14%
kirill korotaevkirill korotaev34.17%17.14%
andries brouwerandries brouwer22.78%17.14%
trond myklebusttrond myklebust11.39%17.14%
david howellsdavid howells11.39%17.14%
Total72100.00%14100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}