Re: [PATCH net-next] net: constify is_skb_forwardable's arguments
From: Nikolay Aleksandrov Date: Thu, 28 Apr 2016 17:59:28 +0200 > is_skb_forwardable is not supposed to change anything so constify its > arguments > > Signed-off-by: Nikolay Aleksandrov Applied, thanks.
[PATCH net-next] net: constify is_skb_forwardable's arguments
is_skb_forwardable is not supposed to change anything so constify its arguments Signed-off-by: Nikolay Aleksandrov --- Hit this while working on the bridge per-vlan stats and needed to pass a constified skb down. skb_is_gso() already takes a const skb. include/linux/netdevice.h | 3 ++- net/cor