From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752996AbZKZVr4 (ORCPT ); Thu, 26 Nov 2009 16:47:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752981AbZKZVrz (ORCPT ); Thu, 26 Nov 2009 16:47:55 -0500 Received: from mail.gmx.net ([213.165.64.20]:47256 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752903AbZKZVrx (ORCPT ); Thu, 26 Nov 2009 16:47:53 -0500 X-Authenticated: #1045983 X-Provags-ID: V01U2FsdGVkX1+7HgcqRXe7llssiurKkkjgvTsJ5ARDVpfo14fL5i ELbUJTpQM/CRsO Message-ID: <4B0EF789.8060805@gmx.de> Date: Thu, 26 Nov 2009 22:47:53 +0100 From: Helge Deller User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 Thunderbird/3.0b4 MIME-Version: 1.0 To: Boaz Harrosh CC: "J. Bruce Fields" , linux-parisc , Grant Grundler , Kyle McMartin , "James E.J. Bottomley" , Linux Kernel , sparclinux , linux-s390 , NFS list , pNFS Mailing List , Andrew Morton Subject: Re: [PATCH 1/5] parsic: remove unused nfsd #includes References: <4B0C1EB7.50508@panasas.com> <4B0C1F1A.8070605@panasas.com> <4B0E94D4.5090800@panasas.com> In-Reply-To: <4B0E94D4.5090800@panasas.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.53 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/26/2009 03:46 PM, Boaz Harrosh wrote: > On 11/24/2009 11:27 PM, Grant Grundler wrote: >> On Tue, Nov 24, 2009 at 07:58:15PM +0200, Boaz Harrosh wrote: >>> Some arch files had unneeded #includes directives from linux/nfsd/*. >>> Some vfs files had unneeded #includes directives from linux/nfsd/*. >> ... >>> patches: >>> [PATCH 1/5] parsic: remove unused nfsd #includes >>> Some kind soul, please compile with this patch? compile >>> is all that's needed. >> >> Boaz, >> linux-2.6 compiles for parisc with this patch. Please add: >> Tested-by: Grant Grundler >> >> thanks, >> grant >> > > CCing registered parsic maintainers. Could we please get an ACK on > this patch, and cary this through the nfsd tree? Sure. Acked-by: Helge Deller Helge > > Thanks > Boaz > > On 11/24/2009 07:59 PM, Boaz Harrosh wrote: >> >> Some unused includes removed. >> >> This patch is in an effort to cleanup nfsd headers and move >> private definitions to source directory. >> >> Signed-off-by: Boaz Harrosh >> --- >> arch/parisc/kernel/sys_parisc32.c | 6 ------ >> 1 files changed, 0 insertions(+), 6 deletions(-) >> >> diff --git a/arch/parisc/kernel/sys_parisc32.c b/arch/parisc/kernel/sys_parisc32.c >> index 561388b..4a8ca63 100644 >> --- a/arch/parisc/kernel/sys_parisc32.c >> +++ b/arch/parisc/kernel/sys_parisc32.c >> @@ -26,13 +26,7 @@ >> #include >> #include >> #include >> -#include >> #include >> -#include >> -#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/