aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/nfsd/netns.h
diff options
context:
space:
mode:
authorStanislav Kinsbursky <skinsbursky@parallels.com>2012-04-11 17:32:58 +0400
committerJ. Bruce Fields <bfields@redhat.com>2012-04-12 09:12:10 -0400
commit9e75a4dee08e8fe21f349e11c43955c34523bced (patch)
treef256b13c433c642d639eba419da134059c3d56a4 /fs/nfsd/netns.h
parentnfsd: make id-to-name cache allocated per network namespace context (diff)
downloadwireguard-linux-9e75a4dee08e8fe21f349e11c43955c34523bced.tar.xz
wireguard-linux-9e75a4dee08e8fe21f349e11c43955c34523bced.zip
nfsd: make name-to-id cache allocated per network namespace context
Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/netns.h')
-rw-r--r--fs/nfsd/netns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/netns.h b/fs/nfsd/netns.h
index 948a718e24a4..39365636b244 100644
--- a/fs/nfsd/netns.h
+++ b/fs/nfsd/netns.h
@@ -33,7 +33,7 @@ struct nfsd_net {
struct cache_detail *svc_export_cache;
struct cache_detail *idtoname_cache;
-
+ struct cache_detail *nametoid_cache;
};
extern int nfsd_net_id;