aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/netns.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/netns.h')
-rw-r--r--fs/nfs/netns.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/fs/nfs/netns.h b/fs/nfs/netns.h
new file mode 100644
index 000000000000..8c1f130d6ca2
--- /dev/null
+++ b/fs/nfs/netns.h
@@ -0,0 +1,13 @@
1#ifndef __NFS_NETNS_H__
2#define __NFS_NETNS_H__
3
4#include <net/net_namespace.h>
5#include <net/netns/generic.h>
6
7struct nfs_net {
8 struct cache_detail *nfs_dns_resolve;
9};
10
11extern int nfs_net_id;
12
13#endif