Re: [PATCH] udp: make function udp_skb_dtor_locked static

From: David Miller
Date: Thu May 18 2017 - 10:13:37 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Wed, 17 May 2017 09:50:36 +0100

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> Function udp_skb_dtor_locked does not need to be in global scope
> so make it static to fix sparse warning:
>
> net/ipv4/udp.c: warning: symbol 'udp_skb_dtor_locked' was not
> declared. Should it be static?
>
> Fixes: 6dfb4367cd911d ("udp: keep the sk_receive_queue held when splicing")
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied.

Please explcitily say "[PATCH net-next]" in your Subject line next time
so that it is clear what tree your patch is targetting.

Thanks.