From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net-next PATCH 04/16] Make inet_sock.h independent of route.h Date: Wed, 01 Oct 2008 07:34:17 -0700 (PDT) Message-ID: <20081001.073417.133905351.davem@davemloft.net> References: <20081001142431.4893.48078.stgit@este> <20081001142431.4893.41703.stgit@este> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: kaber@trash.net, netdev@vger.kernel.org, netfilter-devel@vger.kernel.org To: hidden@sch.bme.hu Return-path: In-Reply-To: <20081001142431.4893.41703.stgit@este> Sender: netfilter-devel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: KOVACS Krisztian Date: Wed, 01 Oct 2008 16:24:31 +0200 > inet_iif() in inet_sock.h requires route.h. Since users of inet_iif() > usually require other route.h functionality anyway this patch moves > inet_iif() to route.h. > > Signed-off-by: KOVACS Krisztian Applied to net-next-2.6 This may create some build fallout for some configurations on some architectures, because some files may have been depending upon that implicit inclusion of net/route.h We'll have to fix them up, so this is just a heads up.