Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262061AbVBAQII (ORCPT ); Tue, 1 Feb 2005 11:08:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262060AbVBAQHl (ORCPT ); Tue, 1 Feb 2005 11:07:41 -0500 Received: from fed1rmmtao01.cox.net ([68.230.241.38]:60312 "EHLO fed1rmmtao01.cox.net") by vger.kernel.org with ESMTP id S262057AbVBAQGn (ORCPT ); Tue, 1 Feb 2005 11:06:43 -0500 Date: Tue, 1 Feb 2005 09:06:42 -0700 From: Tom Rini To: Andrew Morton , Kernel Mailing List Subject: [PATCH 2.6.11-rc2] Move down in Message-ID: <20050201160642.GA15359@smtp.west.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040907i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1102 Lines: 36 is unsafe for inclusion by userland apps, but it is in the userland-exposed portion of . It's only needed in the __KERNEL__ protected portion of the file, so move the #include down to there. lmbench-2.0.4 runs into this issue in 'flushdisk'. Signed-off-by: Tom Rini --- 1.377/include/linux/fs.h 2005-01-25 14:43:48 -07:00 +++ edited/include/linux/fs.h 2005-02-01 09:04:28 -07:00 @@ -16,7 +16,6 @@ #include #include #include -#include #include #include @@ -219,6 +218,7 @@ #include #include +#include #include #include #include -- Tom Rini http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/