From: Geert Uytterhoeven Date: Wed, 27 May 2009 05:05:02 +0000 (+1000) Subject: crypto: compress - Return produced bytes in crypto_{,de}compress_{update,final} X-Git-Tag: v2.6.31-rc1~352^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ce858cb04de8bc83449eac707c8012a1944daca;p=pandora-kernel.git crypto: compress - Return produced bytes in crypto_{,de}compress_{update,final} If crypto_{,de}compress_{update,final}() succeed, return the actual number of bytes produced instead of zero, so their users don't have to calculate that theirselves. Signed-off-by: Geert Uytterhoeven Signed-off-by: Herbert Xu --- Reading git-diff-tree failed