Re: [RFC PATCH 3/3] zram: list and select compression algorithms

2014-01-19 Thread Minchan Kim
On Fri, Jan 17, 2014 at 02:04:17PM +0300, Sergey Senozhatsky wrote: > Add compressor device attr that allows to list and select > compression algorithms. > > Define and make available for selection LZ4 compressor ops. > > usage example: > List available compression algorithms (currently selected

[RFC PATCH 3/3] zram: list and select compression algorithms

2014-01-17 Thread Sergey Senozhatsky
Add compressor device attr that allows to list and select compression algorithms. Define and make available for selection LZ4 compressor ops. usage example: List available compression algorithms (currently selected one is LZO): cat /sys/block/zram0/compressor lz4 Change compression algorith