Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761843AbYHBTkm (ORCPT ); Sat, 2 Aug 2008 15:40:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761176AbYHBTdj (ORCPT ); Sat, 2 Aug 2008 15:33:39 -0400 Received: from ug-out-1314.google.com ([66.249.92.173]:50389 "EHLO ug-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761155AbYHBTdi convert rfc822-to-8bit (ORCPT ); Sat, 2 Aug 2008 15:33:38 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; b=RXm0t3NQ5eBwyoW1pZAe0Ip+5kHknaLmCDGi12W6U2VPkfq2qgtbMIGbPDl3K03YWR vkbgMq/XZAI53inIEymfsCMq+Li5ONgVhUquS+x5L1ZBU9sdoBycALGeNCHwWgwWySjS i4rJpzGSk8ddOxV8IwUyvmGOmvblNzXlZQfp0= From: Oliver Pinter To: Hugh Dickins , stable@kernel.org Subject: [RFC, 2.6.26.2-rc1] exec: remove some includes Date: Sat, 2 Aug 2008 21:45:17 +0200 User-Agent: KMail/1.9.9 Cc: Andrew Morton , Linus Torvalds , Oliver Pinter , linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Content-Disposition: inline Message-Id: <200808022145.17161.oliver.pntr@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1788 Lines: 55 >From ba92a43dbaee339cf5915ef766d3d3ffbaaf103c Mon Sep 17 00:00:00 2001 From: Hugh Dickins Date: Fri, 25 Jul 2008 01:45:43 -0700 Subject: [PATCH] exec: remove some includes [ Upstream commit ba92a43dbaee339cf5915ef766d3d3ffbaaf103c ] fs/exec.c used to need mman.h pagemap.h swap.h and rmap.h when it did mm-ish stuff in install_arg_page(); but no need for them after 2.6.22. [akpm@linux-foundation.org: unbreak arm] Signed-off-by: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds CC: Oliver Pinter diff --git a/fs/exec.c b/fs/exec.c index 190ed1f..e41aef0 100644 --- a/fs/exec.c +++ b/fs/exec.c @@ -25,19 +25,18 @@ #include #include #include -#include +#include #include #include #include +#include #include #include -#include #include #include #include #include #include -#include #include #include #include @@ -47,7 +46,6 @@ #include #include #include -#include #include #include #include -- 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/