From: "J. Bruce Fields" Subject: Re: [PATCH 5/5] vfs: nfsctl.c unused nfsd #includes Date: Wed, 25 Nov 2009 15:13:15 -0500 Message-ID: <20091125201315.GH32502@fieldses.org> References: <4B0C1EB7.50508@panasas.com> <4B0C201C.4040400@panasas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linux Kernel , linux-parisc , sparclinux , linux-s390 , NFS list , pNFS Mailing List , Andrew Morton To: Boaz Harrosh Return-path: Received: from fieldses.org ([174.143.236.118]:39060 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753423AbZKYUMZ (ORCPT ); Wed, 25 Nov 2009 15:12:25 -0500 In-Reply-To: <4B0C201C.4040400@panasas.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: On Tue, Nov 24, 2009 at 08:04:12PM +0200, Boaz Harrosh wrote: > > Only linux/nfsd/syscall.h is actually used. Remove the > other nfsd #includes, so they can be moved to source > directory. I guess I'll take this one too. The arch-specific ones I'm assuming are someone else's problem unless I hear otherwise. --b. > > Signed-off-by: Boaz Harrosh > --- > fs/nfsctl.c | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/fs/nfsctl.c b/fs/nfsctl.c > index 8f9a205..d3854d9 100644 > --- a/fs/nfsctl.c > +++ b/fs/nfsctl.c > @@ -7,8 +7,6 @@ > #include > #include > #include > -#include > -#include > #include > #include > #include > -- > 1.6.5.2 > >