From: Stanislav Kinsbursky Date: Thu, 19 Jan 2012 17:42:29 +0000 (+0400) Subject: SUNRPC: create unix gid cache per network namespace X-Git-Tag: v3.4-rc1~123^2~161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73393232d6a425b6bb4cee590e3e66fc52532a15;p=pandora-kernel.git SUNRPC: create unix gid cache per network namespace v2: 1) fixed silly usage of template cache as a real one (this code left from static global cache for all) This patch makes unix_gid_cache cache detail allocated and registered per network namespace context. Thus with this patch unix_gid_cache contents for network namespace "X" are controlled from proc file system mount for the same network namespace "X". Signed-off-by: Stanislav Kinsbursky Signed-off-by: Trond Myklebust Acked-by: J. Bruce Fields --- Reading git-diff-tree failed