Re: [PATCH 1/1] f2fs: support iopoll method

From: Chao Yu
Date: Thu Apr 13 2023 - 11:30:00 EST


On 2023/4/13 18:17, Wu Bo wrote:
Wire up the iopoll method to the common implementation.
As f2fs use common dio infrastructure:
commit a1e09b03e6f5 ("f2fs: use iomap for direct I/O")

Signed-off-by: Wu Bo <bo.wu@xxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,