Re: [PATCH 2/2] f2fs: support data compression

From: Chao Yu
Date: Wed Oct 30 2019 - 22:16:42 EST


On 2019/10/31 0:50, Eric Biggers wrote:
> No, just use kvmalloc(). The whole point of kvmalloc() is that it tries
> kmalloc() and then falls back to vmalloc() if it fails.

Okay, it's fine to me, let me fix this in another patch.

Thanks,

>
> - Eric
> .
>