nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchannel use
authorAndy Adamson <andros@netapp.com>
Wed, 1 Apr 2009 13:23:10 +0000 (09:23 -0400)
committerBenny Halevy <bhalevy@panasas.com>
Wed, 17 Jun 2009 21:11:31 +0000 (14:11 -0700)
commit9c9f3f5fa62cc4959e4d4d1cf1ec74f2d6ac1197
treea8fb954b9e707b4afdd822e503fc4857f4d88d5d
parent7652e5a09ba319241607b22d9055ce93fd5b8039
nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchannel use

This svc_xprt is passed on to the callback service thread to be later used
to processes incoming svc_rqst's

Signed-off-by: Benny Halevy <bhalevy@panasas.com>
include/linux/sunrpc/svc.h
net/sunrpc/svc.c