aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs2acl.c
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@citi.umich.edu>2009-11-04 18:12:35 -0500
committerJ. Bruce Fields <bfields@citi.umich.edu>2009-11-13 13:23:02 -0500
commit0a3adadee42f2865bb867b8c5f4955b7def9baad (patch)
treede98be9152faba8ea38bae24a7f5cce33ae99148 /fs/nfsd/nfs2acl.c
parentnfs: move more to Documentation/filesystems/nfs (diff)
downloadlinux-dev-0a3adadee42f2865bb867b8c5f4955b7def9baad.tar.xz
linux-dev-0a3adadee42f2865bb867b8c5f4955b7def9baad.zip
nfsd: make fs/nfsd/vfs.h for common includes
None of this stuff is used outside nfsd, so move it out of the common linux include directory. Actually, probably none of the stuff in include/linux/nfsd/nfsd.h really belongs there, so later we may remove that file entirely. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/nfsd/nfs2acl.c')
-rw-r--r--fs/nfsd/nfs2acl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/nfs2acl.c b/fs/nfsd/nfs2acl.c
index e2a17f0a96a7..38c883d48b02 100644
--- a/fs/nfsd/nfs2acl.c
+++ b/fs/nfsd/nfs2acl.c
@@ -14,6 +14,7 @@
#include <linux/nfsd/xdr3.h>
#include <linux/posix_acl.h>
#include <linux/nfsacl.h>
+#include "vfs.h"
#define NFSDDBG_FACILITY NFSDDBG_PROC
#define RETURN_STATUS(st) { resp->status = (st); return (st); }