cregit-Linux how code gets into the kernel

Release 4.7 include/linux/ns_common.h

Directory: include/linux
#ifndef _LINUX_NS_COMMON_H

#define _LINUX_NS_COMMON_H

struct proc_ns_operations;


struct ns_common {
	
atomic_long_t stashed;
	
const struct proc_ns_operations *ops;
	
unsigned int inum;
};

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
al viroal viro29100.00%3100.00%
Total29100.00%3100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}