aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/sunrpc/xprtmultipath.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-09-19SUNRPC search xprt switch for sockaddrAndy Adamson1-0/+2
Signed-off-by: Andy Adamson <andros@netapp.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
2016-02-05SUNRPC: Add a structure to track multiple transportsTrond Myklebust1-0/+69
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>