NFS: Update idmapper documentation
[linux-block.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;
1b340d01
SK
10};
11
12extern int nfs_net_id;
13
14#endif