Re: [PATCHv7 6/7] zram: add set_max_streams knob

2014-02-25 Thread Minchan Kim
On Tue, Feb 25, 2014 at 02:34:32PM +0300, Sergey Senozhatsky wrote: > This patch allows to change max_comp_streams on initialised zcomp. > > Introduce zcomp set_max_streams() knob, zcomp_strm_multi_set_max_streams() > and zcomp_strm_single_set_max_streams() callbacks to change streams limit > for

[PATCHv7 6/7] zram: add set_max_streams knob

2014-02-25 Thread Sergey Senozhatsky
This patch allows to change max_comp_streams on initialised zcomp. Introduce zcomp set_max_streams() knob, zcomp_strm_multi_set_max_streams() and zcomp_strm_single_set_max_streams() callbacks to change streams limit for zcomp_strm_multi and zcomp_strm_single, accordingly. set_max_streams for

[PATCHv7 6/7] zram: add set_max_streams knob

2014-02-25 Thread Sergey Senozhatsky
This patch allows to change max_comp_streams on initialised zcomp. Introduce zcomp set_max_streams() knob, zcomp_strm_multi_set_max_streams() and zcomp_strm_single_set_max_streams() callbacks to change streams limit for zcomp_strm_multi and zcomp_strm_single, accordingly. set_max_streams for

Re: [PATCHv7 6/7] zram: add set_max_streams knob

2014-02-25 Thread Minchan Kim
On Tue, Feb 25, 2014 at 02:34:32PM +0300, Sergey Senozhatsky wrote: This patch allows to change max_comp_streams on initialised zcomp. Introduce zcomp set_max_streams() knob, zcomp_strm_multi_set_max_streams() and zcomp_strm_single_set_max_streams() callbacks to change streams limit for