summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4recover.c
diff options
context:
space:
mode:
authorBoaz Harrosh2009-12-03 19:29:12 +0100
committerJ. Bruce Fields2009-12-15 00:12:09 +0100
commit341eb184469f8e4a6841fc49a57ad4a27e51c335 (patch)
treedf6b06cc5b15ae421b589865fc008df1219589a4 /fs/nfsd/nfs4recover.c
parentnfsd: Headers Independence and include cleanups (diff)
downloadkernel-qcow2-linux-341eb184469f8e4a6841fc49a57ad4a27e51c335.tar.gz
kernel-qcow2-linux-341eb184469f8e4a6841fc49a57ad4a27e51c335.tar.xz
kernel-qcow2-linux-341eb184469f8e4a6841fc49a57ad4a27e51c335.zip
nfsd: Source files #include cleanups
Now that the headers are fixed and carry their own wait, all fs/nfsd/ source files can include a minimal set of headers. and still compile just fine. This patch should improve the compilation speed of the nfsd module. Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/nfsd/nfs4recover.c')
-rw-r--r--fs/nfsd/nfs4recover.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/nfsd/nfs4recover.c b/fs/nfsd/nfs4recover.c
index c7a6b245c7ad..48742f243c25 100644
--- a/fs/nfsd/nfs4recover.c
+++ b/fs/nfsd/nfs4recover.c
@@ -33,20 +33,12 @@
*
*/
-#include <linux/err.h>
-#include <linux/sunrpc/svc.h>
#include <linux/nfsd/nfsd.h>
-#include <linux/nfs4.h>
#include <linux/nfsd/state.h>
-#include <linux/nfsd/xdr4.h>
-#include <linux/param.h>
#include <linux/file.h>
#include <linux/namei.h>
-#include <asm/uaccess.h>
-#include <linux/scatterlist.h>
#include <linux/crypto.h>
#include <linux/sched.h>
-#include <linux/mount.h>
#include "vfs.h"
#define NFSDDBG_FACILITY NFSDDBG_PROC