]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.h
authorAnna Schumaker <Anna.Schumaker@netapp.com>
Wed, 15 Apr 2015 17:00:04 +0000 (13:00 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 23 Apr 2015 19:16:13 +0000 (15:16 -0400)
commitf9ebd61855253078fe8b07bacaf516337f8078e8
treedc48d13b9bd445627db1b20bef63c782c53fa17c
parent7c61f0d3897eeeff6f3294adb9f910ddefa8035a
NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.h

The idmapper is completely internal to the NFS v4 module, so this macro
will always evaluate to true.  This patch also removes unnecessary
includes of this file from the generic NFS client.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/client.c
fs/nfs/super.c
include/linux/nfs_idmap.h