commit | 39a9beab5acb83176e8b9a4f0778749a09341f1f | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Tue May 17 12:38:21 2016 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Jun 15 10:32:25 2016 -0400 |
tree | 0b261e618de1605fd80eb68bd277ff0d95eef476 | |
parent | d50039ea5ee63c589b0434baa5ecf6e5075bb6f9 [diff] |
rpc: share one xps between all backchannels The spec allows backchannels for multiple clients to share the same tcp connection. When that happens, we need to use the same xprt for all of them. Similarly, we need the same xps. This fixes list corruption introduced by the multipath code. Cc: stable@vger.kernel.org Signed-off-by: J. Bruce Fields <bfields@redhat.com> Acked-by: Trond Myklebust <trondmy@primarydata.com>