cregit-Linux how code gets into the kernel

Release 4.16 include/linux/ns_common.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#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 Viro2996.67%375.00%
Greg Kroah-Hartman13.33%125.00%
Total30100.00%4100.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.