From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S269481AbUIZCHV (ORCPT ); Sat, 25 Sep 2004 22:07:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S269485AbUIZCHV (ORCPT ); Sat, 25 Sep 2004 22:07:21 -0400 Received: from holomorphy.com ([207.189.100.168]:53997 "EHLO holomorphy.com") by vger.kernel.org with ESMTP id S269481AbUIZCGq (ORCPT ); Sat, 25 Sep 2004 22:06:46 -0400 Date: Sat, 25 Sep 2004 19:06:37 -0700 From: William Lee Irwin III To: Arnd Bergmann Cc: Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [sched.h 6/8] move aio include to mm.h Message-ID: <20040926020637.GS9106@holomorphy.com> References: <20040925024513.GL9106@holomorphy.com> <20040925032419.GQ9106@holomorphy.com> <20040925032616.GR9106@holomorphy.com> <200409260356.27499.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200409260356.27499.arnd@arndb.de> Organization: The Domain of Holomorphy User-Agent: Mutt/1.5.6+20040722i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Samstag, 25. September 2004 05:26, William Lee Irwin III wrote: >> This patch moves the aio inclusion from sched.h to mm.h, while leaving >> workqueue.h directly included by sched.h; a large sweep is required to >> clean up drivers including workqueue.h indirectly via sched.h On Sun, Sep 26, 2004 at 03:56:27AM +0200, Arnd Bergmann wrote: > FYI: the checkheaders.pl script I recently posted here gives me > the following 175 results about potentially incorrect use of > workqueue.h. Grepping by hand turned up 186 files missing potentially missing direct includes of workqueue.h, though I don't have a way to tell if I got false negatives. -- wli