xref: /linux/fs/lockd/netns.h (revision 26b0d14106954ae46d2f4f7eec3481828a210f7d)
1 #ifndef __LOCKD_NETNS_H__
2 #define __LOCKD_NETNS_H__
3 
4 #include <net/netns/generic.h>
5 
6 struct lockd_net {
7 	unsigned int nlmsvc_users;
8 };
9 
10 extern int lockd_net_id;
11 
12 #endif
13