Re: [PATCH v10 3/3] ublk: enable zoned storage support

From: Johannes Thumshirn
Date: Thu Aug 03 2023 - 15:07:14 EST


On 03.08.23 16:09, Andreas Hindborg (Samsung) wrote:
> + buf = __vmalloc(bufsize, GFP_KERNEL | __GFP_NORETRY);

Missing #include <linux/vmalloc.h> so the bot doesn't complain.
But while we're at it, why can't you just use kvmalloc() here?