OSDN Git Service

SUNRPC: Allow addition of new transports to a struct rpc_clnt
authorTrond Myklebust <trond.myklebust@primarydata.com>
Sun, 31 Jan 2016 04:43:35 +0000 (23:43 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Fri, 5 Feb 2016 23:48:57 +0000 (18:48 -0500)
commit7f554890587c63ca4c087d6bcc4a9fe368e57484
tree20e402fd717b734eb7c6e6b693863cbc98a4bc3b
parentd9ddbf5d9225a417076e89ef650dd276165dfd07
SUNRPC: Allow addition of new transports to a struct rpc_clnt

Add a function to allow creation and addition of a new transport
to an existing rpc_clnt

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
include/linux/sunrpc/clnt.h
net/sunrpc/clnt.c