Lockd: pernet usage counter introduced
[deliverable/linux.git] / fs / lockd / netns.h
CommitLineData
a9c5d73a
SK
1#ifndef __LOCKD_NETNS_H__
2#define __LOCKD_NETNS_H__
3
4#include <net/netns/generic.h>
5
6struct lockd_net {
7 unsigned int nlmsvc_users;
8};
9
10extern int lockd_net_id;
11
12#endif
This page took 0.030911 seconds and 5 git commands to generate.