From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Mon, 09 Jan 2006 17:25:54 +0000 Subject: Re: [PATCH] ia64: including alone causes compilation errors Message-Id: <20060109172554.GA3026@infradead.org> List-Id: References: <20060109171514.GA25096@locomotive.unixthugs.org> In-Reply-To: <20060109171514.GA25096@locomotive.unixthugs.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Jeff Mahoney Cc: linux-ia64@vger.kernel.org, Linux Kernel Mailing List On Mon, Jan 09, 2006 at 12:15:14PM -0500, Jeff Mahoney wrote: > > Including *just* on ia64 will result in a compilation failure, > where it will succeed on every other architecture. > > Every other arch includes either directly or via > at the top of . ia64 includes > after including , which causes > the __user in to get passed through untouched, causing > compilation errors. > > This patch moves the #include up to the beginning of signal.h, > as found on every other arch. > > A specific example of where this behavior is observed is the recent addition > of OCFS2. fs/ocfs2/cluster/userdlm.c seems alone in only including > , which seems to be perfectly valid. Generally you should only include via , which gets via