![]() |
lvs-devel
|
| To: | Andrew Sy Kim <kim.andrewsy@xxxxxxxxx> |
|---|---|
| Subject: | Re: [PATCH] ipvs: add missing struct name in ip_vs_enqueue_expire_nodest_conns when CONFIG_SYSCTL is disabled |
| Cc: | Wensong Zhang <wensong@xxxxxxxxxxxx>, Simon Horman <horms@xxxxxxxxxxxx>, Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>, lvs-devel@xxxxxxxxxxxxxxx, netfilter-devel@xxxxxxxxxxxxxxx, Randy Dunlap <rdunlap@xxxxxxxxxxxxx>, netdev@xxxxxxxxxxxxxxx |
| From: | Julian Anastasov <ja@xxxxxx> |
| Date: | Fri, 17 Jul 2020 20:36:36 +0300 (EEST) |
Hello,
On Fri, 17 Jul 2020, Andrew Sy Kim wrote:
> Adds missing "*ipvs" to ip_vs_enqueue_expire_nodest_conns when
> CONFIG_SYSCTL is disabled
>
> Signed-off-by: Andrew Sy Kim <kim.andrewsy@xxxxxxxxx>
Acked-by: Julian Anastasov <ja@xxxxxx>
Pablo, please apply this too.
> ---
> include/net/ip_vs.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h
> index 91a9e1d590a6..9a59a33787cb 100644
> --- a/include/net/ip_vs.h
> +++ b/include/net/ip_vs.h
> @@ -1533,7 +1533,7 @@ static inline void
> ip_vs_enqueue_expire_nodest_conns(struct netns_ipvs *ipvs)
>
> void ip_vs_expire_nodest_conn_flush(struct netns_ipvs *ipvs);
> #else
> -static inline void ip_vs_enqueue_expire_nodest_conns(struct netns_ipvs) {}
> +static inline void ip_vs_enqueue_expire_nodest_conns(struct netns_ipvs
> *ipvs) {}
> #endif
>
> #define IP_VS_DFWD_METHOD(dest) (atomic_read(&(dest)->conn_flags) & \
> --
> 2.20.1
Regards
--
Julian Anastasov <ja@xxxxxx>
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] ipvs: add missing struct name in ip_vs_enqueue_expire_nodest_conns when CONFIG_SYSCTL is disabled, Andrew Sy Kim |
|---|---|
| Next by Date: | Re: mmotm 2020-07-16-22-52 uploaded (net: IPVS), Stephen Rothwell |
| Previous by Thread: | [PATCH] ipvs: add missing struct name in ip_vs_enqueue_expire_nodest_conns when CONFIG_SYSCTL is disabled, Andrew Sy Kim |
| Next by Thread: | Re: [PATCH] ipvs: add missing struct name in ip_vs_enqueue_expire_nodest_conns when CONFIG_SYSCTL is disabled, Pablo Neira Ayuso |
| Indexes: | [Date] [Thread] [Top] [All Lists] |