diff options
author | Anna Schumaker <Anna.Schumaker@netapp.com> | 2015-04-15 19:00:05 +0200 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-04-23 21:16:14 +0200 |
commit | 40c64c26a43494ba9982fd1b87dc54e3819566fc (patch) | |
tree | 7f5bec2402143aab9e194aa0c91071fefd7dced7 /fs/nfs/nfs4super.c | |
parent | NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.h (diff) | |
download | linux-40c64c26a43494ba9982fd1b87dc54e3819566fc.tar.xz linux-40c64c26a43494ba9982fd1b87dc54e3819566fc.zip |
NFS: Move nfs_idmap.h into fs/nfs/
This file is only used internally to the NFS v4 module, so it doesn't
need to be in the global include path. I also renamed it from
nfs_idmap.h to nfs4idmap.h to emphasize that it's an NFSv4-only include
file.
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/nfs4super.c')
-rw-r--r-- | fs/nfs/nfs4super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4super.c b/fs/nfs/nfs4super.c index d91898193b2f..6fb7cb6b3f4b 100644 --- a/fs/nfs/nfs4super.c +++ b/fs/nfs/nfs4super.c @@ -3,12 +3,12 @@ */ #include <linux/init.h> #include <linux/module.h> -#include <linux/nfs_idmap.h> #include <linux/nfs4_mount.h> #include <linux/nfs_fs.h> #include "delegation.h" #include "internal.h" #include "nfs4_fs.h" +#include "nfs4idmap.h" #include "dns_resolve.h" #include "pnfs.h" #include "nfs.h" |