commit | 2ca72e17e5acb1052c35c9faba609c2289ce7a92 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Tue Jan 04 17:37:15 2011 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Jan 04 18:22:09 2011 -0500 |
tree | fc93ed7824a22a9492f408a2f2143ac795afc741 | |
parent | f6af99ec1b261e21219d5eba99e3af48fc6c32d4 [diff] [blame] |
nfsd4: move idmap and acl header files into fs/nfsd These are internal nfsd interfaces. Signed-off-by: J. Bruce Fields <bfields@redhat.com>
diff --git a/fs/nfsd/vfs.c b/fs/nfsd/vfs.c index 6a3af2f..b991125 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"