diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2009-12-03 19:29:12 +0100 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2009-12-15 00:12:09 +0100 |
commit | 341eb184469f8e4a6841fc49a57ad4a27e51c335 (patch) | |
tree | df6b06cc5b15ae421b589865fc008df1219589a4 /fs/nfsd/lockd.c | |
parent | nfsd: Headers Independence and include cleanups (diff) | |
download | linux-341eb184469f8e4a6841fc49a57ad4a27e51c335.tar.xz 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/lockd.c')
-rw-r--r-- | fs/nfsd/lockd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/nfsd/lockd.c b/fs/nfsd/lockd.c index 812bc64874f6..801ef7104ff4 100644 --- a/fs/nfsd/lockd.c +++ b/fs/nfsd/lockd.c @@ -8,12 +8,7 @@ * Copyright (C) 1996, Olaf Kirch <okir@monad.swb.de> */ -#include <linux/types.h> -#include <linux/fs.h> #include <linux/file.h> -#include <linux/mount.h> -#include <linux/sunrpc/clnt.h> -#include <linux/sunrpc/svc.h> #include <linux/nfsd/nfsd.h> #include <linux/lockd/bind.h> #include "vfs.h" |