[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4B0C1FE0.8040105@panasas.com>
Date: Tue, 24 Nov 2009 20:03:12 +0200
From: Boaz Harrosh <bharrosh@...asas.com>
To: "J. Bruce Fields" <bfields@...i.umich.edu>,
Linux Kernel <linux-kernel@...r.kernel.org>,
linux-parisc <linux-parisc@...r.kernel.org>,
sparclinux <sparclinux@...r.kernel.org>,
linux-s390 <linux-s390@...r.kernel.org>,
NFS list <linux-nfs@...r.kernel.org>,
pNFS Mailing List <pnfs@...ux-nfs.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH 4/5] lockd: Remove unused nfsd headers #includes
In what history where these ever needed? Well not
any more.
Signed-off-by: Boaz Harrosh <bharrosh@...asas.com>
---
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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists