]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: Combine nfs_idmap_{init|quit}() and nfs_idmap_{init|quit}_keyring()
authorAnna Schumaker <Anna.Schumaker@netapp.com>
Mon, 13 Jul 2015 18:01:29 +0000 (14:01 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 17 Aug 2015 18:29:56 +0000 (13:29 -0500)
commitfb2a525cf086bb080f84b0b748ee823ef79e539c
tree7adaa73ded42b3f68558ff994df266bf5e7c75c7
parentd8efa4e62505f5113e363572b5438b7be0d08b12
NFS: Combine nfs_idmap_{init|quit}() and nfs_idmap_{init|quit}_keyring()

The idmap_init() and idmap_quit() functions only exist to call the
_keyring() version.  Let's just call the keyring() functions directly.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4idmap.c