Commit bc3dd9ed authored by James Chapman's avatar James Chapman Committed by Jakub Kicinski
Browse files

l2tp: use skb_queue_purge in l2tp_ip_destroy_sock



Recent commit ed8ebee6 ("l2tp: have l2tp_ip_destroy_sock use
ip_flush_pending_frames") was incorrect in that l2tp_ip does not use
socket cork and ip_flush_pending_frames is for sockets that do. Use
__skb_queue_purge instead and remove the unnecessary lock.

Also unexport ip_flush_pending_frames since it was originally exported
in commit 4ff88634 ("ipv4: export ip_flush_pending_frames") for
l2tp and is not used by other modules.

Suggested-by: default avatar <xiyou.wangcong@gmail.com>
Signed-off-by: default avatarJames Chapman <jchapman@katalix.com>
Reviewed-by: default avatarEric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20240819143333.3204957-1-jchapman@katalix.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 8594d9b8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment