cregit-Linux how code gets into the kernel

Release 4.14 include/linux/nfs_fs_i.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#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
Linus Torvalds (pre-git)2046.51%450.00%
Trond Myklebust1841.86%225.00%
Christoph Hellwig49.30%112.50%
Greg Kroah-Hartman12.33%112.50%
Total43100.00%8100.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.