Re: [PATCH] net: udp: Fix wrong clean up for IS_UDPLITE macro

2020-07-21 Thread David Miller
From: linmiaohe Date: Tue, 21 Jul 2020 17:11:44 +0800 > From: Miaohe Lin > > We can't use IS_UDPLITE to replace udp_sk->pcflag when UDPLITE_RECV_CC is > checked. > > Fixes: b2bf1e2659b1 ("[UDP]: Clean up for IS_UDPLITE macro") > Signed-off-by: Miaohe Lin Applied and queued up for -stable, th

[PATCH] net: udp: Fix wrong clean up for IS_UDPLITE macro

2020-07-21 Thread linmiaohe
From: Miaohe Lin We can't use IS_UDPLITE to replace udp_sk->pcflag when UDPLITE_RECV_CC is checked. Fixes: b2bf1e2659b1 ("[UDP]: Clean up for IS_UDPLITE macro") Signed-off-by: Miaohe Lin --- net/ipv4/udp.c | 2 +- net/ipv6/udp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --