cregit-Linux how code gets into the kernel

Release 4.15 include/linux/mnt_namespace.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#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 Torvalds1317.81%16.67%
Al Viro1115.07%213.33%
Miklos Szeredi912.33%16.67%
Eric W. Biedermann912.33%213.33%
Badari Pulavarty810.96%16.67%
Andrew Morton68.22%16.67%
Thomas 'Dent' Mirlacher56.85%16.67%
Ram Pai45.48%16.67%
Kirill Korotaev34.11%16.67%
Andries E. Brouwer22.74%16.67%
Trond Myklebust11.37%16.67%
Greg Kroah-Hartman11.37%16.67%
David Howells11.37%16.67%
Total73100.00%15100.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.