commit | 9e75a4dee08e8fe21f349e11c43955c34523bced | [log] [tgz] |
---|---|---|
author | Stanislav Kinsbursky <skinsbursky@parallels.com> | Wed Apr 11 17:32:58 2012 +0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Apr 12 09:12:10 2012 -0400 |
tree | f256b13c433c642d639eba419da134059c3d56a4 | |
parent | c2e76ef5e0716bc82364e6049e8023ffd5bbe395 [diff] [blame] |
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>
diff --git a/fs/nfsd/netns.h b/fs/nfsd/netns.h index 948a718..3936563 100644 --- a/fs/nfsd/netns.h +++ b/fs/nfsd/netns.h
@@ -33,7 +33,7 @@ struct cache_detail *svc_export_cache; struct cache_detail *idtoname_cache; - + struct cache_detail *nametoid_cache; }; extern int nfsd_net_id;