summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs2acl.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/nfs2acl.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/nfs2acl.c')
-rw-r--r--fs/nfsd/nfs2acl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/nfsd/nfs2acl.c b/fs/nfsd/nfs2acl.c
index 38c883d48b02..a54628de7715 100644
--- a/fs/nfsd/nfs2acl.c
+++ b/fs/nfsd/nfs2acl.c
@@ -6,13 +6,9 @@
* Copyright (C) 2002-2003 Andreas Gruenbacher <agruen@suse.de>
*/
-#include <linux/sunrpc/svc.h>
-#include <linux/nfs.h>
#include <linux/nfsd/nfsd.h>
#include <linux/nfsd/cache.h>
-#include <linux/nfsd/xdr.h>
#include <linux/nfsd/xdr3.h>
-#include <linux/posix_acl.h>
#include <linux/nfsacl.h>
#include "vfs.h"