From: Benny Halevy Date: Wed, 1 Apr 2009 13:23:09 +0000 (-0400) Subject: nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backchannel use X-Git-Tag: v2.6.31-rc1~58^2~3^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7652e5a09ba319241607b22d9055ce93fd5b8039;p=pandora-kernel.git nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backchannel use For nfs41 callbacks we need an svc_xprt to process requests coming up the backchannel socket as rpc_rqst's that are transformed into svc_rqst's that need a rq_xprt to be processed. The svc_{udp,tcp}_create methods are too heavy for this job as svc_create_socket creates an actual socket to listen on while for nfs41 we're "reusing" the fore channel's socket. Signed-off-by: Benny Halevy --- Reading git-diff-tree failed