From: Stanislav Kinsbursky Date: Wed, 14 Nov 2012 15:21:16 +0000 (+0300) Subject: nfsd: make reclaim_str_hashtbl allocated per net X-Git-Tag: v3.8-rc1~20^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52e19c09a183d82d99f10c284bc8b27933b1d1fc;p=pandora-kernel.git nfsd: make reclaim_str_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 is used only by legacy tracker. So let's allocate hash in tracker init. Signed-off-by: Stanislav Kinsbursky Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed