]> git.baikalelectronics.ru Git - kernel.git/commit
nfsd: make expkey cache allocated per network namespace context
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Wed, 11 Apr 2012 11:13:28 +0000 (15:13 +0400)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 12 Apr 2012 13:11:46 +0000 (09:11 -0400)
commit799cd4aec53e2f87063b4aa662b3059aaf60b9a9
tree9afeda20ea7ea07f6c1bbcc9dc5979c98cc62def
parentc8ea64603cdedfa3586078c952383101485569d2
nfsd: make expkey cache allocated per network namespace context

This patch also changes svcauth_unix_purge() function: added network namespace
as a parameter and thus loop over all networks was replaced by only one call
for ip map cache purge.

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/export.c
fs/nfsd/netns.h
fs/nfsd/nfsctl.c
include/linux/nfsd/export.h
include/linux/sunrpc/svcauth.h
net/sunrpc/svcauth_unix.c