aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/auth.c
diff options
context:
space:
mode:
authorBoaz Harrosh <bharrosh@panasas.com>2009-12-03 13:29:12 -0500
committerJ. Bruce Fields <bfields@citi.umich.edu>2009-12-14 18:12:09 -0500
commit341eb184469f8e4a6841fc49a57ad4a27e51c335 (patch)
treedf6b06cc5b15ae421b589865fc008df1219589a4 /fs/nfsd/auth.c
parent72579ac9cd68081108277c31781b127d0f420d61 (diff)
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/auth.c')
-rw-r--r--fs/nfsd/auth.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/nfsd/auth.c b/fs/nfsd/auth.c
index 36fcabbf5186..ad354d284cf8 100644
--- a/fs/nfsd/auth.c
+++ b/fs/nfsd/auth.c
@@ -4,12 +4,8 @@
4 * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de> 4 * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de>
5 */ 5 */
6 6
7#include <linux/types.h>
8#include <linux/sched.h> 7#include <linux/sched.h>
9#include <linux/sunrpc/svc.h>
10#include <linux/sunrpc/svcauth.h>
11#include <linux/nfsd/nfsd.h> 8#include <linux/nfsd/nfsd.h>
12#include <linux/nfsd/export.h>
13#include "auth.h" 9#include "auth.h"
14 10
15int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp) 11int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp)