commit | dfe995224693798e554ab4770f6d8a096afc60cd | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Mon Oct 08 15:46:05 2018 +0100 |
committer | David Howells <dhowells@redhat.com> | Mon Oct 08 15:57:36 2018 +0100 |
tree | 313fe6d97876e597ce8b03f04bcb1016cee54b62 | |
parent | c479d5f2c2e1ce609da08c075054440d97ddff52 [diff] |
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>