]> Pileus Git - ~andy/linux/blob - fs/nfs/netns.h
NFS: blocklayout pipe creation per network namespace context introduced
[~andy/linux] / fs / nfs / netns.h
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         struct rpc_pipe *bl_device_pipe;
10 };
11
12 extern int nfs_net_id;
13
14 #endif