[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20200731.142538.868196979893920242.davem@davemloft.net>
Date: Fri, 31 Jul 2020 14:25:38 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: ioanaruxandra.stancioi@...il.com
Cc: david.lebrun@...ouvain.be, kuznet@....inr.ac.ru,
yoshfuji@...ux-ipv6.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, elver@...gle.com, glider@...gle.com,
stancioi@...gle.com
Subject: Re: [PATCH v2] seg6_iptunnel: Refactor seg6_lwt_headroom out of
uapi header
From: Ioana-Ruxandra Stancioi <ioanaruxandra.stancioi@...il.com>
Date: Fri, 31 Jul 2020 07:40:32 +0000
> --- a/net/ipv6/seg6_iptunnel.c
> +++ b/net/ipv6/seg6_iptunnel.c
> @@ -27,6 +27,23 @@
> #include <net/seg6_hmac.h>
> #endif
>
> +static inline size_t seg6_lwt_headroom(struct seg6_iptunnel_encap *tuninfo)
> +{
Please remove the inline tag when you move the function here, we do
not use the inline keyword in foo.c files.
Thank you.
Powered by blists - more mailing lists