Re: [PATCHv6 2/6] zram: use zcomp compressing backends

2014-02-24 Thread Minchan Kim
On Mon, Feb 24, 2014 at 11:39:50AM +0300, Sergey Senozhatsky wrote: > On (02/24/14 10:01), Minchan Kim wrote: > > On Fri, Feb 21, 2014 at 02:50:39PM +0300, Sergey Senozhatsky wrote: > > > Do not perform direct LZO compress/decompress calls, initialise > > > and use zcomp LZO backend (single compres

Re: [PATCHv6 2/6] zram: use zcomp compressing backends

2014-02-24 Thread Sergey Senozhatsky
On (02/24/14 10:01), Minchan Kim wrote: > On Fri, Feb 21, 2014 at 02:50:39PM +0300, Sergey Senozhatsky wrote: > > Do not perform direct LZO compress/decompress calls, initialise > > and use zcomp LZO backend (single compression stream) instead. > > > > Signed-off-by: Sergey Senozhatsky > > --- >

Re: [PATCHv6 2/6] zram: use zcomp compressing backends

2014-02-23 Thread Minchan Kim
On Fri, Feb 21, 2014 at 02:50:39PM +0300, Sergey Senozhatsky wrote: > Do not perform direct LZO compress/decompress calls, initialise > and use zcomp LZO backend (single compression stream) instead. > > Signed-off-by: Sergey Senozhatsky > --- > drivers/block/zram/Makefile | 2 +- > drivers/bl

[PATCHv6 2/6] zram: use zcomp compressing backends

2014-02-21 Thread Sergey Senozhatsky
Do not perform direct LZO compress/decompress calls, initialise and use zcomp LZO backend (single compression stream) instead. Signed-off-by: Sergey Senozhatsky --- drivers/block/zram/Makefile | 2 +- drivers/block/zram/zram_drv.c | 62 +++ drivers/bloc