]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] knfsd: Change the store of auth_domains to not be a 'cache'
authorNeilBrown <neilb@suse.de>
Mon, 27 Mar 2006 09:14:59 +0000 (01:14 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 27 Mar 2006 16:44:41 +0000 (08:44 -0800)
commitad63fbb38f519e122afe42a50e014a583b76ff35
treeab444f6e6c88ed07a8d5a034777c10de50e663fd
parentbcc26b582516a722fdd2b37fcb39eb8c668f771f
[PATCH] knfsd: Change the store of auth_domains to not be a 'cache'

The 'auth_domain's are simply handles on internal data structures.  They do
not cache information from user-space, and forcing them into the mold of a
'cache' misrepresents their true nature and causes confusion.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/nfsd/export.c
include/linux/sunrpc/svcauth.h
net/sunrpc/auth_gss/svcauth_gss.c
net/sunrpc/sunrpc_syms.c
net/sunrpc/svcauth.c
net/sunrpc/svcauth_unix.c