Re: [PATCH v4] zram: break the strict dependency from lzo

2020-11-13 Thread Sergey Senozhatsky
On (20/11/04 12:41), Minchan Kim wrote: > On Wed, Nov 04, 2020 at 02:12:35PM +, Rui Salvaterra wrote: > > Hi, Minchan, > > > > On Tue, 3 Nov 2020 at 21:29, Minchan Kim wrote: > > > > > > Can't we just provide choice/endchoice in Kconfig to select default > > > comp algorithm from admin? > >

Re: [PATCH v4] zram: break the strict dependency from lzo

2020-11-04 Thread Minchan Kim
On Wed, Nov 04, 2020 at 02:12:35PM +, Rui Salvaterra wrote: > Hi, Minchan, > > On Tue, 3 Nov 2020 at 21:29, Minchan Kim wrote: > > > > Can't we just provide choice/endchoice in Kconfig to select default > > comp algorithm from admin? > > I'm fine with whatever you guys decide, just let me

Re: [PATCH v4] zram: break the strict dependency from lzo

2020-11-04 Thread Rui Salvaterra
Hi, Minchan, On Tue, 3 Nov 2020 at 21:29, Minchan Kim wrote: > > Can't we just provide choice/endchoice in Kconfig to select default > comp algorithm from admin? I'm fine with whatever you guys decide, just let me know what works best for everyone. Thanks, Rui

Re: [PATCH v4] zram: break the strict dependency from lzo

2020-11-03 Thread Minchan Kim
Hi Sergey and Rui, On Thu, Oct 29, 2020 at 03:59:27AM +0900, Sergey Senozhatsky wrote: > Cc-ing Andrew > > message-id: 20201028115921.848-1-rsalvate...@gmail.com > > On (20/10/28 11:59), Rui Salvaterra wrote: > > There's nothing special about zram and lzo. It works just fine without it, > > so

[PATCH v4] zram: break the strict dependency from lzo

2020-10-28 Thread Rui Salvaterra
There's nothing special about zram and lzo. It works just fine without it, so as long as at least one of the other supported compression algorithms is selected. Suggested-by: Sergey Senozhatsky Signed-off-by: Rui Salvaterra --- v4: incorporate Sergey's feedback and fix a small typo. v3: fix the

Re: [PATCH v4] zram: break the strict dependency from lzo

2020-10-28 Thread Sergey Senozhatsky
Cc-ing Andrew message-id: 20201028115921.848-1-rsalvate...@gmail.com On (20/10/28 11:59), Rui Salvaterra wrote: > There's nothing special about zram and lzo. It works just fine without it, so > as long as at least one of the other supported compression algorithms is > selected. > >