Re: [PATCH] gfs2: Use kvmalloc instead of opencoded kmalloc/vmalloc

From: Andreas Gruenbacher
Date: Mon Aug 03 2020 - 08:10:45 EST


Hello,

On Sat, Aug 1, 2020 at 2:05 PM Denis Efremov <efremov@xxxxxxxxx> wrote:
> Please, skip this patch. I missed that kvmalloc checks (flags & GFP_KERNEL) == GFP_KERNEL
> before calling vmalloc.

okay. Assuming that you'll follow up with a fixed version, please also
mention that this change supplements commit 3cdcf63ed2d1 ("GFS2: use
kvfree() instead of open-coding it").

Thanks,
Andreas