Hello Minchan,
thank you for review.
On (02/13/14 13:53), Minchan Kim wrote:
>
> Hello Sergey,
>
[..]
> > + struct zcomp_strm, list);
> > + list_del(&zstrm->list);
> > + spin_unlock(&comp->buffer_lock);
> > + return zstrm;
> > +}
> > +
> > +/* add zcomp_strm back to idle
Hello Sergey,
On Wed, Feb 12, 2014 at 10:39:33PM +0300, Sergey Senozhatsky wrote:
> ZRAM performs direct LZO compression algorithm calls, making it the one and
> only option. Introduce compressing backend abstraction zcomp in order to
> support multiple compression algorithms with the following se
ZRAM performs direct LZO compression algorithm calls, making it the one and
only option. Introduce compressing backend abstraction zcomp in order to
support multiple compression algorithms with the following set of operations:
.create
.destroy
.compress
.decompress
3 matches
Mail list logo