summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4sysctl.c
diff options
context:
space:
mode:
authorAnna Schumaker2015-04-15 19:00:05 +0200
committerTrond Myklebust2015-04-23 21:16:14 +0200
commit40c64c26a43494ba9982fd1b87dc54e3819566fc (patch)
tree7f5bec2402143aab9e194aa0c91071fefd7dced7 /fs/nfs/nfs4sysctl.c
parentNFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.h (diff)
downloadkernel-qcow2-linux-40c64c26a43494ba9982fd1b87dc54e3819566fc.tar.gz
kernel-qcow2-linux-40c64c26a43494ba9982fd1b87dc54e3819566fc.tar.xz
kernel-qcow2-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/nfs4sysctl.c')
-rw-r--r--fs/nfs/nfs4sysctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4sysctl.c b/fs/nfs/nfs4sysctl.c
index b6ebe7e445f6..0fbd3ab1be22 100644
--- a/fs/nfs/nfs4sysctl.c
+++ b/fs/nfs/nfs4sysctl.c
@@ -6,10 +6,10 @@
* Copyright (c) 2006 Trond Myklebust <Trond.Myklebust@netapp.com>
*/
#include <linux/sysctl.h>
-#include <linux/nfs_idmap.h>
#include <linux/nfs_fs.h>
#include "nfs4_fs.h"
+#include "nfs4idmap.h"
#include "callback.h"
static const int nfs_set_port_min = 0;