commit | 4b22457c06a3a950e14938c486283ad0f308c13d | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Sat Sep 17 10:49:11 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Sat Sep 17 10:50:48 2016 +0100 |
tree | 82dca438a7cf5c9485781bea08e0935198e5e31a | |
parent | fabf9201806255d70386d8bc9f6a2942c0940da2 [diff] |
rxrpc: Move the check of rx_pkt_offset from rxrpc_locate_data() to caller Move the check of rx_pkt_offset from rxrpc_locate_data() to the caller, rxrpc_recvmsg_data(), so that it's more clear what's going on there. Signed-off-by: David Howells <dhowells@redhat.com>