aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
diff options
context:
space:
mode:
authorKuniyuki Iwashima <[email protected]>2024-08-16 16:39:21 -0700
committerJakub Kicinski <[email protected]>2024-08-20 15:48:00 -0700
commit8594d9b85c07f05e431bd07e895c2a3ad9b85d6f (patch)
tree57b946461ef2896b053703d6106a200e7b33970e /drivers/net
parent2862c9349d5d8667d897aa5cecf0f3886979ecb1 (diff)
af_unix: Don't call skb_get() for OOB skb.
Since introduced, OOB skb holds an additional reference count with no special reason and caused many issues. Also, kfree_skb() and consume_skb() are used to decrement the count, which is confusing. Let's drop the unnecessary skb_get() in queue_oob() and corresponding kfree_skb(), consume_skb(), and skb_unref(). Now unix_sk(sk)->oob_skb is just a pointer to skb in the receive queue, so special handing is no longer needed in GC. Signed-off-by: Kuniyuki Iwashima <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions