]> bbs.cooldavid.org Git - net-next-2.6.git/blame - net/sunrpc/netns.h
Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
[net-next-2.6.git] / net / sunrpc / netns.h
CommitLineData
2f72c9b7
PE
1#ifndef __SUNRPC_NETNS_H__
2#define __SUNRPC_NETNS_H__
3
4#include <net/net_namespace.h>
5#include <net/netns/generic.h>
6
90d51b02
PE
7struct cache_detail;
8
2f72c9b7 9struct sunrpc_net {
4f42d0d5 10 struct proc_dir_entry *proc_net_rpc;
90d51b02 11 struct cache_detail *ip_map_cache;
2f72c9b7
PE
12};
13
14extern int sunrpc_net_id;
15
90d51b02
PE
16int ip_map_cache_create(struct net *);
17void ip_map_cache_destroy(struct net *);
18
2f72c9b7 19#endif