diff options
author | David Howells <dhowells@redhat.com> | 2019-09-02 11:34:08 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-09-05 00:24:58 +0200 |
commit | 591328948ba60423e28d000da99d34f7586de54a (patch) | |
tree | d35603e9035130dd1c5b2a61fd112d0cf0e0b1b8 /MAINTAINERS | |
parent | d471c6f77480ce893642ba55152da1ea57ddc8d6 (diff) | |
download | linux-591328948ba60423e28d000da99d34f7586de54a.tar.bz2 |
rxrpc: Fix misplaced traceline
There's a misplaced traceline in rxrpc_input_packet() which is looking at a
packet that just got released rather than the replacement packet.
Fix this by moving the traceline after the assignment that moves the new
packet pointer to the actual packet pointer.
Fixes: d0d5c0cd1e71 ("rxrpc: Use skb_unshare() rather than skb_cow_data()")
Reported-by: Hillf Danton <hdanton@sina.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions