commit | 85f32278bd98fa89dff528b0baea4ae6eea4cc5d | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Mon Apr 04 14:00:36 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Wed Jun 22 09:10:00 2016 +0100 |
tree | 7e71d9130a56ded6ae6b5d944aaa5214e8d9b540 | |
parent | 19ffa01c9c45861ad6b181323e0d36904298e326 [diff] |
rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer} Replace accesses of conn->trans->{local,peer} with conn->params.{local,peer} thus making it easier for a future commit to remove the rxrpc_transport struct. This also reduces the number of memory accesses involved. Signed-off-by: David Howells <dhowells@redhat.com>