diff options
author | J. Bruce Fields <bfields@redhat.com> | 2011-01-04 17:37:15 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2011-01-04 18:22:09 -0500 |
commit | 2ca72e17e5acb1052c35c9faba609c2289ce7a92 (patch) | |
tree | fc93ed7824a22a9492f408a2f2143ac795afc741 /fs/nfsd/vfs.c | |
parent | f6af99ec1b261e21219d5eba99e3af48fc6c32d4 (diff) | |
download | linux-3.10-2ca72e17e5acb1052c35c9faba609c2289ce7a92.tar.gz linux-3.10-2ca72e17e5acb1052c35c9faba609c2289ce7a92.tar.bz2 linux-3.10-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfsd/vfs.c b/fs/nfsd/vfs.c index 6a3af2ff3af..b991125ce4a 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" |