https://github.com/torvalds/linux
Revision c3a20692ca5c8eb8cf5d0f489d4fc839ce7593d1 authored by Herbert Xu on 23 August 2005, 17:09:53 UTC, committed by David S. Miller on 23 August 2005, 17:09:53 UTC
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>
1 parent 14869c3
History
Tip revision: c3a20692ca5c8eb8cf5d0f489d4fc839ce7593d1 authored by Herbert Xu on 23 August 2005, 17:09:53 UTC
[RPC]: Kill bogus kmap in krb5
Tip revision: c3a2069

README

back to top