diff options
author | Anna Schumaker <Anna.Schumaker@netapp.com> | 2015-04-15 13:00:05 -0400 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-04-23 15:16:14 -0400 |
commit | 40c64c26a43494ba9982fd1b87dc54e3819566fc (patch) | |
tree | 7f5bec2402143aab9e194aa0c91071fefd7dced7 /fs/nfs/idmap.c | |
parent | f9ebd61855253078fe8b07bacaf516337f8078e8 (diff) | |
download | linux-40c64c26a43494ba9982fd1b87dc54e3819566fc.tar.gz linux-40c64c26a43494ba9982fd1b87dc54e3819566fc.tar.bz2 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/idmap.c')
-rw-r--r-- | fs/nfs/idmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/idmap.c b/fs/nfs/idmap.c index 857e2a99acc8..2e1737c40a29 100644 --- a/fs/nfs/idmap.c +++ b/fs/nfs/idmap.c @@ -36,7 +36,6 @@ #include <linux/types.h> #include <linux/parser.h> #include <linux/fs.h> -#include <linux/nfs_idmap.h> #include <net/net_namespace.h> #include <linux/sunrpc/rpc_pipe_fs.h> #include <linux/nfs_fs.h> @@ -49,6 +48,7 @@ #include "internal.h" #include "netns.h" +#include "nfs4idmap.h" #include "nfs4trace.h" #define NFS_UINT_MAXLEN 11 |