cregit-Linux how code gets into the kernel

Release 4.10 fs/lockd/netns.h

Directory: fs/lockd
#ifndef __LOCKD_NETNS_H__

#define __LOCKD_NETNS_H__

#include <linux/fs.h>
#include <net/netns/generic.h>


struct lockd_net {
	
unsigned int nlmsvc_users;
	
unsigned long next_gc;
	
unsigned long nrhosts;

	
struct delayed_work grace_period_end;
	
struct lock_manager lockd_manager;

	
struct list_head nsm_handles;
};

extern unsigned int lockd_net_id;

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
stanislav kinsburskystanislav kinsbursky4389.58%571.43%
andrey ryabininandrey ryabinin48.33%114.29%
alexey dobriyanalexey dobriyan12.08%114.29%
Total48100.00%7100.00%
Directory: fs/lockd
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.