Stanislav Kinsbursky | 1b340d0 | 2011-11-25 17:13:04 +0300 | [diff] [blame^] | 1 | #ifndef __NFS_NETNS_H__ |
2 | #define __NFS_NETNS_H__ | ||||
3 | |||||
4 | #include <net/net_namespace.h> | ||||
5 | #include <net/netns/generic.h> | ||||
6 | |||||
7 | struct nfs_net { | ||||
8 | struct cache_detail *nfs_dns_resolve; | ||||
9 | }; | ||||
10 | |||||
11 | extern int nfs_net_id; | ||||
12 | |||||
13 | #endif |