[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20171025.095503.1508889155137067392.davem@davemloft.net>
Date: Wed, 25 Oct 2017 09:55:03 +0900 (KST)
From: David Miller <davem@...emloft.net>
To: ubraun@...ux.vnet.ibm.com
Cc: netdev@...r.kernel.org, linux-s390@...r.kernel.org,
jwi@...ux.vnet.ibm.com, schwidefsky@...ibm.com,
heiko.carstens@...ibm.com, raspl@...ux.vnet.ibm.com
Subject: Re: [PATCH V2 net-next 2/3] tcp: TCP experimental option for SMC
From: Ursula Braun <ubraun@...ux.vnet.ibm.com>
Date: Wed, 18 Oct 2017 16:29:59 +0200
> diff --git a/include/net/tcp.h b/include/net/tcp.h
> index 3b3b9b968e2d..a2e87ac8cdc0 100644
> --- a/include/net/tcp.h
> +++ b/include/net/tcp.h
> @@ -45,6 +45,7 @@
>
> #include <linux/seq_file.h>
> #include <linux/memcontrol.h>
> +#include <linux/unaligned/access_ok.h>
Only tcp_input.c needs this include. If you include it here, then the
rest of the kernel pays the price of this include.
Powered by blists - more mailing lists