f2fs: support iopoll method
authorWu Bo <bo.wu@vivo.com>
Thu, 13 Apr 2023 10:17:11 +0000 (18:17 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 13 Apr 2023 23:38:18 +0000 (16:38 -0700)
commit50aa6f44e1daa79e5fa82abf46170fcac976531a
treeed0a5f6e30f1722797965c6600ffa67c0bfc06b4
parentabae448626a26e123e5d8311ac5932cccfc1cdf6
f2fs: support iopoll method

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@vivo.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/file.c