Re: [PATCHv2 1/2] zram: introduce compressing backend abstraction

2014-02-06 Thread Minchan Kim
On Thu, Feb 06, 2014 at 02:16:28PM +0900, Minchan Kim wrote: > Hello Sergey, > > Sorry for late response. > > On Thu, Jan 30, 2014 at 10:28:07PM +0300, Sergey Senozhatsky wrote: > > ZRAM performs direct LZO compression algorithm calls, making it the one > > and only option. Introduce struct

Re: [PATCHv2 1/2] zram: introduce compressing backend abstraction

2014-02-06 Thread Minchan Kim
On Thu, Feb 06, 2014 at 02:16:28PM +0900, Minchan Kim wrote: Hello Sergey, Sorry for late response. On Thu, Jan 30, 2014 at 10:28:07PM +0300, Sergey Senozhatsky wrote: ZRAM performs direct LZO compression algorithm calls, making it the one and only option. Introduce struct zram_comp in

Re: [PATCHv2 1/2] zram: introduce compressing backend abstraction

2014-02-05 Thread Minchan Kim
Hello Sergey, Sorry for late response. On Thu, Jan 30, 2014 at 10:28:07PM +0300, Sergey Senozhatsky wrote: > ZRAM performs direct LZO compression algorithm calls, making it the one > and only option. Introduce struct zram_comp in order to support multiple > compression algorithms. struct

Re: [PATCHv2 1/2] zram: introduce compressing backend abstraction

2014-02-05 Thread Minchan Kim
Hello Sergey, Sorry for late response. On Thu, Jan 30, 2014 at 10:28:07PM +0300, Sergey Senozhatsky wrote: ZRAM performs direct LZO compression algorithm calls, making it the one and only option. Introduce struct zram_comp in order to support multiple compression algorithms. struct zram_comp

[PATCHv2 1/2] zram: introduce compressing backend abstraction

2014-01-30 Thread Sergey Senozhatsky
ZRAM performs direct LZO compression algorithm calls, making it the one and only option. Introduce struct zram_comp in order to support multiple compression algorithms. struct zram_comp defines the following set of compressing backend operations: .create .destroy .compress

[PATCHv2 1/2] zram: introduce compressing backend abstraction

2014-01-30 Thread Sergey Senozhatsky
ZRAM performs direct LZO compression algorithm calls, making it the one and only option. Introduce struct zram_comp in order to support multiple compression algorithms. struct zram_comp defines the following set of compressing backend operations: .create .destroy .compress