]> git.karo-electronics.de Git - karo-tx-linux.git/commit
SUNRPC: Add a structure to track multiple transports
authorTrond Myklebust <trond.myklebust@primarydata.com>
Sun, 15 Feb 2015 01:31:59 +0000 (20:31 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Fri, 5 Feb 2016 23:48:54 +0000 (18:48 -0500)
commit80b14d5e61ca6d08e46b4fc72baf6e4f738b30ce
tree0919feba0c10ef4188805b635a97df6899fe9c4b
parentfda1bfef9e465b28260d27cd9e538dd601c4cdc1
SUNRPC: Add a structure to track multiple transports

In order to support multipathing/trunking we will need the ability to
track multiple transports. This patch sets up a basic structure for
doing so.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
include/linux/sunrpc/xprt.h
include/linux/sunrpc/xprtmultipath.h [new file with mode: 0644]
net/sunrpc/Makefile
net/sunrpc/xprt.c
net/sunrpc/xprtmultipath.c [new file with mode: 0644]