]> 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)
commit7e8572ce56ba0a4f5a4492c222543cdb8c247cd8
tree3bc944a9e10b63a24541c3d95743d363e49934fa
parent45a44b9526409277c55f6eb99f7e20e5b4a7a478
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