projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0296f55
)
vfs: nfsctl.c un-used nfsd #includes
author
Boaz Harrosh
<bharrosh@panasas.com>
Thu, 3 Dec 2009 18:30:43 +0000
(20:30 +0200)
committer
J. Bruce Fields
<bfields@citi.umich.edu>
Mon, 14 Dec 2009 23:12:11 +0000
(18:12 -0500)
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>
fs/nfsctl.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfsctl.c
b/fs/nfsctl.c
index 8f9a20556f798931ee906c4e3a08660e55778f60..d3854d94b7cf367cad8a04b665f0c18271355368 100644
(file)
--- a/
fs/nfsctl.c
+++ b/
fs/nfsctl.c
@@
-7,8
+7,6
@@
#include <linux/types.h>
#include <linux/file.h>
#include <linux/fs.h>
-#include <linux/sunrpc/svc.h>
-#include <linux/nfsd/nfsd.h>
#include <linux/nfsd/syscall.h>
#include <linux/cred.h>
#include <linux/sched.h>