[RPC]: Kill bogus kmap in krb5
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 23 Aug 2005 17:09:53 +0000 (10:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Aug 2005 17:09:53 +0000 (10:09 -0700)
commitc3a20692ca5c8eb8cf5d0f489d4fc839ce7593d1
tree61c7cde232f4d241489fba3bd5386ceaefd223ac
parent14869c388673e8db3348ab3706fa6485d0f0cf95
[RPC]: Kill bogus kmap in krb5

While I was going through the crypto users recently, I noticed this
bogus kmap in sunrpc.  It's totally unnecessary since the crypto
layer will do its own kmap before touching the data.  Besides, the
kmap is throwing the return value away.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sunrpc/auth_gss/gss_krb5_crypto.c