diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/sunrpc/svc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/svc.c b/net/sunrpc/svc.c index b35048fabe22..6b90ce439c00 100644 --- a/net/sunrpc/svc.c +++ b/net/sunrpc/svc.c | |||
@@ -1258,6 +1258,7 @@ bc_svc_process(struct svc_serv *serv, struct rpc_rqst *req, | |||
1258 | int error; | 1258 | int error; |
1259 | 1259 | ||
1260 | /* Build the svc_rqst used by the common processing routine */ | 1260 | /* Build the svc_rqst used by the common processing routine */ |
1261 | rqstp->rq_xprt = serv->bc_xprt; | ||
1261 | rqstp->rq_xid = req->rq_xid; | 1262 | rqstp->rq_xid = req->rq_xid; |
1262 | rqstp->rq_prot = req->rq_xprt->prot; | 1263 | rqstp->rq_prot = req->rq_xprt->prot; |
1263 | rqstp->rq_server = serv; | 1264 | rqstp->rq_server = serv; |