]> git.karo-electronics.de Git - linux-beck.git/commit
sunrpc: replace generic auth_cred hash with auth-specific function
authorFrank Sorenson <sorenson@redhat.com>
Thu, 29 Sep 2016 15:44:41 +0000 (10:44 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Fri, 30 Sep 2016 19:47:47 +0000 (15:47 -0400)
commit66cbd4ba8ac4711e8bad97b5bded31ec298c7433
tree894e73c2c7799b2f00088ee0d551a9b82bf95a0c
parenta960f8d6db431f5785ee28dbe903d61d821f368e
sunrpc: replace generic auth_cred hash with auth-specific function

Replace the generic code to hash the auth_cred with the call to
the auth-specific hash function in the rpc_authops struct.

Signed-off-by: Frank Sorenson <sorenson@redhat.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
net/sunrpc/auth.c