From: Stanislav Kinsbursky Date: Wed, 14 Nov 2012 15:21:31 +0000 (+0300) Subject: nfsd: make unconf_id_hashtbl allocated per net X-Git-Tag: v3.8-rc1~20^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a7ec37727dcc3293cd4c9958b25c43f3a797d47;p=pandora-kernel.git nfsd: make unconf_id_hashtbl allocated per net This hash holds nfs4_clients info, which are network namespace aware. So let's make it allocated per network namespace. Note: this hash can be allocated in per-net operations. But it looks better to allocate it on nfsd state start and thus don't waste resources if server is not running. Signed-off-by: Stanislav Kinsbursky Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed