Commit 68590c382b875cc9a76b06097f3dff6730d787c1

Authored by Boaz Harrosh
Committed by J. Bruce Fields
1 parent 0296f55f98

vfs: nfsctl.c un-used nfsd #includes

Only linux/nfsd/syscall.h is actually used. Remove the
other nfsd #includes, so they can be moved to source
directory.

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

... ... @@ -7,8 +7,6 @@
7 7 #include <linux/types.h>
8 8 #include <linux/file.h>
9 9 #include <linux/fs.h>
10   -#include <linux/sunrpc/svc.h>
11   -#include <linux/nfsd/nfsd.h>
12 10 #include <linux/nfsd/syscall.h>
13 11 #include <linux/cred.h>
14 12 #include <linux/sched.h>