>From 6efe0d79d2e3bbece469c28074b1f09c89ad63a3 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 22 May 2012 10:27:26 -0400 Subject: [PATCH 2/2] make svcauth_gss.c container safe --- net/sunrpc/auth_gss/svcauth_gss.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/sunrpc/auth_gss/svcauth_gss.c b/net/sunrpc/auth_gss/svcauth_gss.c index e06c6e01e6c4ad3cee8138069b2d75229f064233..5db8841690bc4e42f1c8954b0d28552b5ad7eff4 100644 --- a/net/sunrpc/auth_gss/svcauth_gss.c +++ b/net/sunrpc/auth_gss/svcauth_gss.c @@ -1213,7 +1213,7 @@ static int svcauth_gss_proxy_init(struct svc_rqst *rqstp, ret = SVC_CLOSE; /* Perform synchronous upcall to gss-proxy */ - status = gssp_accept_sec_context_upcall(&ud); + status = gssp_accept_sec_context_upcall(rqstp->rq_xprt->xpt_net, &ud); if (status) { goto out; } -- 1.7.7.6