From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Date: Sun, 19 Aug 2007 22:44:25 +0000 Subject: Re: convert #include "linux/..." to #include [PATCH]s follow Message-Id: <20070819224425.GU21089@ftp.linux.org.uk> List-Id: References: <1187561864.4200.136.camel@localhost> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Jan Engelhardt Cc: Joe Perches , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Andy Whitcroft On Mon, Aug 20, 2007 at 12:33:21AM +0200, Jan Engelhardt wrote: > > On Aug 19 2007 15:17, Joe Perches wrote: > >There are several files that: > > > >#include "linux/file" not #include > >#include "asm/file" not #include > > Not only that. All directories in include should be checked against > (e.g. ) Except that some instances are legitimate (e.g. there was a bunch in arch/um, IIRC)... From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756828AbXHSWoh (ORCPT ); Sun, 19 Aug 2007 18:44:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753573AbXHSWo3 (ORCPT ); Sun, 19 Aug 2007 18:44:29 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:54028 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752773AbXHSWo2 (ORCPT ); Sun, 19 Aug 2007 18:44:28 -0400 Date: Sun, 19 Aug 2007 23:44:25 +0100 From: Al Viro To: Jan Engelhardt Cc: Joe Perches , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Andy Whitcroft Subject: Re: convert #include "linux/..." to #include [PATCH]s follow Message-ID: <20070819224425.GU21089@ftp.linux.org.uk> References: <1187561864.4200.136.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 20, 2007 at 12:33:21AM +0200, Jan Engelhardt wrote: > > On Aug 19 2007 15:17, Joe Perches wrote: > >There are several files that: > > > >#include "linux/file" not #include > >#include "asm/file" not #include > > Not only that. All directories in include should be checked against > (e.g. ) Except that some instances are legitimate (e.g. there was a bunch in arch/um, IIRC)...