NFS rename client back channel transport field

Differentiate from server backchannel

Signed-off-by: Andy Adamson <andros@netapp.com>
Acked-by: Bruce Fields <bfields@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
Andy Adamson
2011-01-06 02:04:35 +00:00
committed by Trond Myklebust
parent 42acd02182
commit 4a19de0f4b
5 changed files with 11 additions and 11 deletions

View File

@@ -1595,7 +1595,7 @@ static struct svc_xprt *svc_bc_create_socket(struct svc_serv *serv,
xprt = &svsk->sk_xprt;
svc_xprt_init(&svc_tcp_bc_class, xprt, serv);
serv->bc_xprt = xprt;
serv->sv_bc_xprt = xprt;
return xprt;
}