[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170518.102346.370962163449596599.davem@davemloft.net>
Date: Thu, 18 May 2017 10:23:46 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: pabeni@...hat.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net] udp: make *udp*_queue_rcv_skb() functions static
From: Paolo Abeni <pabeni@...hat.com>
Date: Wed, 17 May 2017 14:52:16 +0200
> Since the udp memory accounting refactor, we don't need any more
> to export the *udp*_queue_rcv_skb(). Make them static and fix
> a couple of sparse warnings:
>
> net/ipv4/udp.c:1615:5: warning: symbol 'udp_queue_rcv_skb' was not
> declared. Should it be static?
> net/ipv6/udp.c:572:5: warning: symbol 'udpv6_queue_rcv_skb' was not
> declared. Should it be static?
>
> Fixes: 850cbaddb52d ("udp: use it's own memory accounting schema")
> Fixes: c915fe13cbaa ("udplite: fix NULL pointer dereference")
> Signed-off-by: Paolo Abeni <pabeni@...hat.com>
Applied.
Powered by blists - more mailing lists