Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1644585

Re: [PATCH] udp: make function udp_skb_dtor_locked static

From David Miller <davem@davemloft.net>
Newsgroups linux.kernel
Subject Re: [PATCH] udp: make function udp_skb_dtor_locked static
Date 2017-05-18 16:20 +0200
Message-ID <tIurv-3RH-1@gated-at.bofh.it> (permalink)
References <tI2Yh-Rs-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

> From: Colin Ian King <colin.king@canonical.com>
> 
> 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@canonical.com>

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.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] udp: make function udp_skb_dtor_locked static Colin King <colin.king@canonical.com> - 2017-05-17 11:00 +0200
  Re: [PATCH] udp: make function udp_skb_dtor_locked static Paolo Abeni <pabeni@redhat.com> - 2017-05-17 11:20 +0200
  Re: [PATCH] udp: make function udp_skb_dtor_locked static David Miller <davem@davemloft.net> - 2017-05-18 16:20 +0200

csiph-web