linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "J. Bruce Fields" <bfields-vtMw8L3fJ9vSiEDVxGk4TQ@public.gmane.org>
To: Boaz Harrosh <bharrosh-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org>
Cc: Linux Kernel
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	linux-parisc
	<linux-parisc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	sparclinux <sparclinux-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	linux-s390 <linux-s390-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	NFS list <linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	pNFS Mailing List <pnfs-6DNke4IJHB0gsBAKwltoeQ@public.gmane.org>,
	Andrew Morton
	<akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Subject: Re: [PATCH 4/5] lockd: Remove unused nfsd headers #includes
Date: Wed, 25 Nov 2009 15:10:11 -0500	[thread overview]
Message-ID: <20091125201011.GG32502@fieldses.org> (raw)
In-Reply-To: <4B0C1FE0.8040105-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org>

On Tue, Nov 24, 2009 at 08:03:12PM +0200, Boaz Harrosh wrote:
> 
> In what history where these ever needed? Well not
> any more.

Applied, thanks.--b.

> 
> Signed-off-by: Boaz Harrosh <bharrosh-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org>
> ---
>  fs/lockd/svc4proc.c |    4 ----
>  fs/lockd/svcproc.c  |    4 ----
>  2 files changed, 0 insertions(+), 8 deletions(-)
> 
> diff --git a/fs/lockd/svc4proc.c b/fs/lockd/svc4proc.c
> index bd173a6..a7966ee 100644
> --- a/fs/lockd/svc4proc.c
> +++ b/fs/lockd/svc4proc.c
> @@ -11,10 +11,6 @@
>  #include <linux/time.h>
>  #include <linux/slab.h>
>  #include <linux/smp_lock.h>
> -#include <linux/in.h>
> -#include <linux/sunrpc/svc.h>
> -#include <linux/sunrpc/clnt.h>
> -#include <linux/nfsd/nfsd.h>
>  #include <linux/lockd/lockd.h>
>  #include <linux/lockd/share.h>
>  
> diff --git a/fs/lockd/svcproc.c b/fs/lockd/svcproc.c
> index e1d28dd..56c9519 100644
> --- a/fs/lockd/svcproc.c
> +++ b/fs/lockd/svcproc.c
> @@ -11,10 +11,6 @@
>  #include <linux/time.h>
>  #include <linux/slab.h>
>  #include <linux/smp_lock.h>
> -#include <linux/in.h>
> -#include <linux/sunrpc/svc.h>
> -#include <linux/sunrpc/clnt.h>
> -#include <linux/nfsd/nfsd.h>
>  #include <linux/lockd/lockd.h>
>  #include <linux/lockd/share.h>
>  
> -- 
> 1.6.5.2
> 
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2009-11-25 20:10 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-24 17:58 [PATCHSET 0-5] remove unneeded nfsd #includes Boaz Harrosh
2009-11-24 17:59 ` [PATCH 1/5] parsic: remove unused " Boaz Harrosh
2009-11-26 14:46   ` Boaz Harrosh
2009-11-26 21:47     ` Helge Deller
     [not found] ` <4B0C1EB7.50508-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org>
2009-11-24 18:01   ` [PATCH 2/5] sparc: " Boaz Harrosh
2009-11-25 23:19     ` David Miller
2009-11-24 21:27   ` [PATCHSET 0-5] remove unneeded " Grant Grundler
2009-11-24 18:02 ` [PATCH 3/5] s390: remove unused " Boaz Harrosh
2009-11-25  8:38   ` Martin Schwidefsky
2009-11-24 18:03 ` [PATCH 4/5] lockd: Remove unused nfsd headers #includes Boaz Harrosh
     [not found]   ` <4B0C1FE0.8040105-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org>
2009-11-25 20:10     ` J. Bruce Fields [this message]
     [not found]       ` <20091125201011.GG32502-uC3wQj2KruNg9hUCZPvPmw@public.gmane.org>
2009-11-25 20:23         ` J. Bruce Fields
2009-11-26 12:39           ` Boaz Harrosh
     [not found]             ` <4B0E76F5.1030006-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org>
2009-12-03 17:27               ` J. Bruce Fields
2009-11-24 18:04 ` [PATCH 5/5] vfs: nfsctl.c unused nfsd #includes Boaz Harrosh
     [not found]   ` <4B0C201C.4040400-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org>
2009-11-25 20:13     ` J. Bruce Fields
2009-11-24 18:05 ` [RFC] nfsd: Move private headers to source directory Boaz Harrosh
     [not found]   ` <4B0C205A.3000403-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org>
2009-11-25 20:14     ` J. Bruce Fields
2009-11-24 23:08 ` [PATCHSET 0-5] remove unneeded nfsd #includes J. Bruce Fields
2009-11-25  8:42   ` Boaz Harrosh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091125201011.GG32502@fieldses.org \
    --to=bfields-vtmw8l3fj9vsiedvxgk4tq@public.gmane.org \
    --cc=akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
    --cc=bharrosh-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-parisc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-s390-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=pnfs-6DNke4IJHB0gsBAKwltoeQ@public.gmane.org \
    --cc=sparclinux-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).