From: Trond Myklebust Date: Wed, 1 Feb 2006 17:19:27 +0000 (-0500) Subject: SUNRPC: Move upcall out of auth->au_ops->crcreate() X-Git-Tag: v2.6.16-rc2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fba3bad488a2eec2d76c067edb7a5ff92ef42431;p=pandora-kernel.git SUNRPC: Move upcall out of auth->au_ops->crcreate() This fixes a bug whereby if two processes try to look up the same auth_gss credential, they may end up creating two creds, and triggering two upcalls because the upcall is performed before the credential is added to the credcache. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed