aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@redhat.com>2011-01-04 17:37:15 -0500
committerJ. Bruce Fields <bfields@redhat.com>2011-01-04 18:22:09 -0500
commit2ca72e17e5acb1052c35c9faba609c2289ce7a92 (patch)
treefc93ed7824a22a9492f408a2f2143ac795afc741 /fs/nfsd/vfs.c
parentf6af99ec1b261e21219d5eba99e3af48fc6c32d4 (diff)
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 @@
35#endif /* CONFIG_NFSD_V3 */ 35#endif /* CONFIG_NFSD_V3 */
36 36
37#ifdef CONFIG_NFSD_V4 37#ifdef CONFIG_NFSD_V4
38#include <linux/nfs4_acl.h> 38#include "acl.h"
39#include <linux/nfsd_idmap.h> 39#include "idmap.h"
40#endif /* CONFIG_NFSD_V4 */ 40#endif /* CONFIG_NFSD_V4 */
41 41
42#include "nfsd.h" 42#include "nfsd.h"