cregit-Linux how code gets into the kernel

Release 4.12 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 Torvalds1318.06%17.14%
Al Viro1115.28%214.29%
Miklos Szeredi912.50%17.14%
Eric W. Biedermann912.50%214.29%
Badari Pulavarty811.11%17.14%
Andrew Morton68.33%17.14%
Thomas 'Dent' Mirlacher56.94%17.14%
Ram Pai45.56%17.14%
Kirill Korotaev34.17%17.14%
Andries E. Brouwer22.78%17.14%
Trond Myklebust11.39%17.14%
David 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.
Created with cregit.