MAINTAINERS: Update qib and ipath entries from QLogic to Intel
[linux/fpc-iii.git] / fs / lockd / netns.h
blobce227e0fbc5c192b0ccaaff7cc1640d33379adc1
1 #ifndef __LOCKD_NETNS_H__
2 #define __LOCKD_NETNS_H__
4 #include <net/netns/generic.h>
6 struct lockd_net {
7 unsigned int nlmsvc_users;
8 };
10 extern int lockd_net_id;
12 #endif