Re: [PATCH 2/5] squashfs: always use bio_kmalloc in squashfs_bio_read

From: Chaitanya Kulkarni
Date: Wed Apr 06 2022 - 13:46:38 EST


On 4/5/22 23:12, Christoph Hellwig wrote:
> If a plain kmalloc that is not backed by a mempool is safe here for a
> large read (and the actual page allocations), it must also be for a
> small one, so simplify the code a bit.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> Acked-by: Phillip Lougher <phillip@xxxxxxxxxxxxxxx>
> ---

Looks good.

Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx>

-ck