[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAPhsuW4oB55TNJx9stfOq68d1O8quxuhonLv0466pdAo0cR=bg@mail.gmail.com>
Date: Tue, 25 Jun 2019 15:22:06 -0700
From: Song Liu <liu.song.a23@...il.com>
To: Ivan Khoronzhuk <ivan.khoronzhuk@...aro.org>
Cc: Networking <netdev@...r.kernel.org>,
"David S . Miller" <davem@...emloft.net>,
xdp-newbies@...r.kernel.org,
open list <linux-kernel@...r.kernel.org>,
Alexei Starovoitov <ast@...nel.org>, hawk@...nel.org
Subject: Re: [[PATCH net-next]] net: core: xdp: make __mem_id_disconnect to be static
On Tue, Jun 25, 2019 at 6:11 AM Ivan Khoronzhuk
<ivan.khoronzhuk@...aro.org> wrote:
>
> Add missed static for local __mem_id_disconnect().
>
> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@...aro.org>
https://patchwork.ozlabs.org/patch/1121730/
I guess you are a little late. :)
Please ack the other patch.
Song
> ---
> net/core/xdp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/core/xdp.c b/net/core/xdp.c
> index b29d7b513a18..829377cc83db 100644
> --- a/net/core/xdp.c
> +++ b/net/core/xdp.c
> @@ -85,7 +85,7 @@ static void __xdp_mem_allocator_rcu_free(struct rcu_head *rcu)
> kfree(xa);
> }
>
> -bool __mem_id_disconnect(int id, bool force)
> +static bool __mem_id_disconnect(int id, bool force)
> {
> struct xdp_mem_allocator *xa;
> bool safe_to_remove = true;
> --
> 2.17.1
>
Powered by blists - more mailing lists