summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c
diff options
context:
space:
mode:
authorJ. Bruce Fields2011-01-04 23:37:15 +0100
committerJ. Bruce Fields2011-01-05 00:22:09 +0100
commit2ca72e17e5acb1052c35c9faba609c2289ce7a92 (patch)
treefc93ed7824a22a9492f408a2f2143ac795afc741 /fs/nfsd/vfs.c
parentnfsd4: name->id mapping should fail with BADOWNER not BADNAME (diff)
downloadkernel-qcow2-linux-2ca72e17e5acb1052c35c9faba609c2289ce7a92.tar.gz
kernel-qcow2-linux-2ca72e17e5acb1052c35c9faba609c2289ce7a92.tar.xz
kernel-qcow2-linux-2ca72e17e5acb1052c35c9faba609c2289ce7a92.zip
nfsd4: move idmap and acl header files into fs/nfsd
These are internal nfsd interfaces. Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/vfs.c')
-rw-r--r--fs/nfsd/vfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfsd/vfs.c b/fs/nfsd/vfs.c
index 6a3af2ff3afe..b991125ce4a5 100644
--- a/fs/nfsd/vfs.c
+++ b/fs/nfsd/vfs.c
@@ -35,8 +35,8 @@
#endif /* CONFIG_NFSD_V3 */
#ifdef CONFIG_NFSD_V4
-#include <linux/nfs4_acl.h>
-#include <linux/nfsd_idmap.h>
+#include "acl.h"
+#include "idmap.h"
#endif /* CONFIG_NFSD_V4 */
#include "nfsd.h"