From owner-svn-src-all@FreeBSD.ORG Mon Dec 8 09:14:48 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D53B5EF; Mon, 8 Dec 2014 09:14:48 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E33C2208; Mon, 8 Dec 2014 09:14:47 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id C5CF11FE023; Mon, 8 Dec 2014 10:14:45 +0100 (CET) Message-ID: <54856C25.5090706@selasky.org> Date: Mon, 08 Dec 2014 10:15:17 +0100 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Marko Zec , Craig Rodrigues Subject: Re: svn commit: r275599 - in head/sys/ofed/include: linux net References: <201412080726.sB87Q0Yw034908@svn.freebsd.org> <20141208093606.0960142f@x23> In-Reply-To: <20141208093606.0960142f@x23> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2014 09:14:48 -0000 On 12/08/14 09:36, Marko Zec wrote: > Finally, the comment re. extra #includes and LIST_HEAD seems confusing > since TD_TO_VNET() macro requires both sys/jail.h and net/vnet.h, and > this dependency is unrelated to the LIST_HEAD macro cited in commit log. Regarding the headers, they must be in this indirect header file until further, due to some macro conflicts. --HPS