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/nfs4client.c | |
parent | f9ebd61855253078fe8b07bacaf516337f8078e8 (diff) |
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/nfs4client.c')
-rw-r--r-- | fs/nfs/nfs4client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4client.c b/fs/nfs/nfs4client.c index 86d6214ea022..43ca5a7ac1da 100644 --- a/fs/nfs/nfs4client.c +++ b/fs/nfs/nfs4client.c | |||
@@ -4,7 +4,6 @@ | |||
4 | */ | 4 | */ |
5 | #include <linux/module.h> | 5 | #include <linux/module.h> |
6 | #include <linux/nfs_fs.h> | 6 | #include <linux/nfs_fs.h> |
7 | #include <linux/nfs_idmap.h> | ||
8 | #include <linux/nfs_mount.h> | 7 | #include <linux/nfs_mount.h> |
9 | #include <linux/sunrpc/addr.h> | 8 | #include <linux/sunrpc/addr.h> |
10 | #include <linux/sunrpc/auth.h> | 9 | #include <linux/sunrpc/auth.h> |
@@ -15,6 +14,7 @@ | |||
15 | #include "callback.h" | 14 | #include "callback.h" |
16 | #include "delegation.h" | 15 | #include "delegation.h" |
17 | #include "nfs4session.h" | 16 | #include "nfs4session.h" |
17 | #include "nfs4idmap.h" | ||
18 | #include "pnfs.h" | 18 | #include "pnfs.h" |
19 | #include "netns.h" | 19 | #include "netns.h" |
20 | 20 | ||