Re: [PATCH] Fix build when CONFIG_INET=n

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Applied for ckpt-v21-rc3.

Dan Smith wrote:
> Signed-off-by: Dan Smith <danms@xxxxxxxxxx>
> ---
>  checkpoint/sys.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/checkpoint/sys.c b/checkpoint/sys.c
> index 45d3e7a..7e1ea1f 100644
> --- a/checkpoint/sys.c
> +++ b/checkpoint/sys.c
> @@ -259,7 +259,9 @@ static void ckpt_ctx_free(struct ckpt_ctx *ctx)
>  
>  	kfree(ctx->pids_arr);
>  
> +#ifdef CONFIG_NETNS_CHECKPOINT
>  	sock_listening_list_free(&ctx->listen_sockets);
> +#endif
>  
>  	kfree(ctx);
>  }
_______________________________________________
Containers mailing list
Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linux-foundation.org/mailman/listinfo/containers

[Index of Archives]     [Cgroups]     [Netdev]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux