]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Use call->peer rather than going to the connection
authorDavid Howells <dhowells@redhat.com>
Tue, 30 Aug 2016 11:36:06 +0000 (12:36 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 30 Aug 2016 15:07:53 +0000 (16:07 +0100)
commit25345c3c77d489fa31c31dfd8736a6767e5843e5
tree3bc944a9e10b63a24541c3d95743d363e49934fa
parent1ecac84e9461f15dd24e474cd50eeb597f227ff2
rxrpc: Use call->peer rather than going to the connection

Use call->peer rather than call->conn->params.peer as call->conn may become
NULL.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/call_event.c