LockD: manage used host count per networks namespace
[pandora-kernel.git] / fs / lockd / netns.h
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         unsigned long next_gc;
9         unsigned long nrhosts;
10 };
11
12 extern int lockd_net_id;
13
14 #endif