NFS: handle blocklayout pipe PipeFS dentry by network namespace aware routines
[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;
9};
10
11extern int nfs_net_id;
12
13#endif
This page took 0.027162 seconds and 5 git commands to generate.