rxrpc: Keep the ACK serial in a var in rxrpc_input_ack()
authorDavid Howells <dhowells@redhat.com>
Thu, 20 Aug 2020 13:12:33 +0000 (14:12 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 20 Aug 2020 15:52:23 +0000 (16:52 +0100)
commit68528d937dcd675e79973061c1a314db598162d1
tree3f96cf963d994d897aa9c4e719ed6897ac319e04
parentcf96d977381d4a23957bade2ddf1c420b74a26b6
rxrpc: Keep the ACK serial in a var in rxrpc_input_ack()

Keep the ACK serial number in a variable in rxrpc_input_ack() as it's used
frequently.

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