]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
compat.c: Remove dependence on nfsd private headers
authorBoaz Harrosh <bharrosh@panasas.com>
Thu, 3 Dec 2009 18:29:27 +0000 (20:29 +0200)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Mon, 14 Dec 2009 23:12:10 +0000 (18:12 -0500)
Two nfsd related headers where included but never actually
used. The linux/nfsd/nfsd.h file will eventually be moved
to fs/nfsd directory as it is only needed by nfsd itself.

There are 3 more compat.c files in the Kernel at other ARCHs
that wrongly #include nfsd headers. Once these are fixed the
headers can be moved.

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

index 6c19040ffeefecdd520fc1093b5ed9db31e8aa7f..00d90c2e66f0cf531eced73b49c0c5e10a02829e 100644 (file)
@@ -38,8 +38,6 @@
 #include <linux/dirent.h>
 #include <linux/fsnotify.h>
 #include <linux/highuid.h>
-#include <linux/sunrpc/svc.h>
-#include <linux/nfsd/nfsd.h>
 #include <linux/nfsd/syscall.h>
 #include <linux/personality.h>
 #include <linux/rwsem.h>