]> git.baikalelectronics.ru Git - kernel.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)
commite868ec3b6d3077ef4adda2c3dba08c3e6f17f860
tree313fe6d97876e597ce8b03f04bcb1016cee54b62
parentf1079e264215371c3be3f668ce3c1737a8f4c70a
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