summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs3xdr.c
diff options
context:
space:
mode:
authorBoaz Harrosh2009-12-03 19:30:56 +0100
committerJ. Bruce Fields2009-12-15 00:12:12 +0100
commit9a74af21330c8d46efa977d088a62cc1bfa954e9 (patch)
tree6f2e4b775738ae93da05ad475b244785bf40461e /fs/nfsd/nfs3xdr.c
parentvfs: nfsctl.c un-used nfsd #includes (diff)
downloadkernel-qcow2-linux-9a74af21330c8d46efa977d088a62cc1bfa954e9.tar.gz
kernel-qcow2-linux-9a74af21330c8d46efa977d088a62cc1bfa954e9.tar.xz
kernel-qcow2-linux-9a74af21330c8d46efa977d088a62cc1bfa954e9.zip
nfsd: Move private headers to source directory
Lots of include/linux/nfsd/* headers are only used by nfsd module. Move them to the source directory Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/nfsd/nfs3xdr.c')
-rw-r--r--fs/nfsd/nfs3xdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs3xdr.c b/fs/nfsd/nfs3xdr.c
index 623e13aa6259..c523bb88c10b 100644
--- a/fs/nfsd/nfs3xdr.c
+++ b/fs/nfsd/nfs3xdr.c
@@ -9,7 +9,7 @@
*/
#include <linux/namei.h>
-#include <linux/nfsd/xdr3.h>
+#include "xdr3.h"
#include "auth.h"
#define NFSDDBG_FACILITY NFSDDBG_XDR