NFS: make nfs_volume_list per net ns
[deliverable/linux.git] / fs / nfs / netns.h
CommitLineData
1b340d01
SK
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;
9e2e74db 9 struct rpc_pipe *bl_device_pipe;
6b13168b 10 struct list_head nfs_client_list;
c25d32b2 11 struct list_head nfs_volume_list;
1b340d01
SK
12};
13
14extern int nfs_net_id;
15
16#endif
This page took 0.027634 seconds and 5 git commands to generate.