Re: [PATCH v3 5/5] block: remove gfp_flags from blkdev_zone_mgmt

From: Mike Snitzer
Date: Tue Jan 30 2024 - 15:49:43 EST


On Mon, Jan 29 2024 at 2:52P -0500,
Johannes Thumshirn <johannes.thumshirn@xxxxxxx> wrote:

> Now that all callers pass in GFP_KERNEL to blkdev_zone_mgmt() and use
> memalloc_no{io,fs}_{save,restore}() to define the allocation scope, we can
> drop the gfp_mask parameter from blkdev_zone_mgmt() as well as
> blkdev_zone_reset_all() and blkdev_zone_reset_all_emulated().
>
> Signed-off-by: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>

Reviewed-by: Mike Snitzer <snitzer@xxxxxxxxxx>