cregit-Linux how code gets into the kernel

Release 4.7 include/linux/nfs_fs_i.h

Directory: include/linux
#ifndef _NFS_FS_I

#define _NFS_FS_I

struct nlm_lockowner;

/*
 * NFS lock info
 */

struct nfs_lock_info {
	
u32		state;
	
struct nlm_lockowner *owner;
	
struct list_head list;
};

struct nfs4_lock_state;

struct nfs4_lock_info {
	
struct nfs4_lock_state *owner;
};

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
pre-gitpre-git2047.62%457.14%
trond myklebusttrond myklebust1842.86%228.57%
christoph hellwigchristoph hellwig49.52%114.29%
Total42100.00%7100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}