summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtmultipath.c
AgeCommit message (Collapse)AuthorFilesLines
2016-02-05SUNRPC: Add a structure to track multiple transportsTrond Myklebust1-0/+475
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>