Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SUNRPC search xprt switch for sockaddr | Andy Adamson | 2016-09-19 | 1 | -1/+23 |
| | | | | | Signed-off-by: Andy Adamson <andros@netapp.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> | ||||
* | SUNRPC: Fix infinite looping in rpc_clnt_iterate_for_each_xprt | Trond Myklebust | 2016-07-16 | 1 | -5/+3 |
| | | | | | | | | | | | | | | If there were less than 2 entries in the multipath list, then xprt_iter_next_entry_multiple() would never advance beyond the first entry, which is correct for round robin behaviour, but not for the list iteration. The end result would be infinite looping in rpc_clnt_iterate_for_each_xprt() as we would never see the xprt == NULL condition fulfilled. Reported-by: Oleg Drokin <green@linuxhacker.ru> Fixes: 80b14d5e61ca ("SUNRPC: Add a structure to track multiple transports") Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> | ||||
* | SUNRPC: Add a structure to track multiple transports | Trond Myklebust | 2016-02-05 | 1 | -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> |