Re: [PATCH v3 4/5] f2fs: guard blkdev_zone_mgmt with nofs scope

From: Chao Yu
Date: Wed Jan 31 2024 - 02:33:00 EST


On 2024/1/29 15:52, Johannes Thumshirn wrote:
Guard the calls to blkdev_zone_mgmt() with a memalloc_nofs scope.
This helps us getting rid of the GFP_NOFS argument to blkdev_zone_mgmt();

Signed-off-by: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,