From: Herbert Xu Date: Tue, 23 Aug 2005 17:09:53 +0000 (-0700) Subject: [RPC]: Kill bogus kmap in krb5 X-Git-Tag: v2.6.13-rc7~55^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3a20692ca5c8eb8cf5d0f489d4fc839ce7593d1;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed