On Fri, Sep 18, 2015 at 02:19:21PM +0900, Joonsoo Kim wrote: > From: Sergey Senozhatsky <[email protected]> > > Hide (make static) zstrm find and release function and introduce > zcomp_compress_begin()/zcomp_compress_end(). We will have begin > and end functions around compression (this patch) and decompression > (next patch). So the work flow is evolving to: > > zstrm = foo_begin(); > foo(zstrm); > foo_end(zstrm); > > where foo is compress or decompress zcomp functions. > > This patch is a preparation to make crypto API-powered zcomp > possible. The reasoning is that some crypto compression backends > require zstrm for decompression. > > Signed-off-by: Sergey Senozhatsky <[email protected]> > Signed-off-by: Joonsoo Kim <[email protected]> Acked-by: Minchan Kim <[email protected]>
-- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

