]> asedeno.scripts.mit.edu Git - linux.git/commit
rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()
authorDavid Howells <dhowells@redhat.com>
Mon, 8 Oct 2018 14:46:05 +0000 (15:46 +0100)
committerDavid Howells <dhowells@redhat.com>
Mon, 8 Oct 2018 14:57:36 +0000 (15:57 +0100)
commitdfe995224693798e554ab4770f6d8a096afc60cd
tree313fe6d97876e597ce8b03f04bcb1016cee54b62
parentc479d5f2c2e1ce609da08c075054440d97ddff52
rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()

Carry the call state out of the locked section in rxrpc_rotate_tx_window()
rather than sampling it afterwards.  This is only used to select tracepoint
data, but could have changed by the time we do the tracepoint.

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