Skip to content

Commit 50aa6f4

Browse files
Wu BoJaegeuk Kim
authored andcommitted
f2fs: support iopoll method
Wire up the iopoll method to the common implementation. As f2fs use common dio infrastructure: commit a1e09b0 ("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>
1 parent abae448 commit 50aa6f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fs/f2fs/file.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4908,6 +4908,7 @@ const struct file_operations f2fs_file_operations = {
49084908
.llseek = f2fs_llseek,
49094909
.read_iter = f2fs_file_read_iter,
49104910
.write_iter = f2fs_file_write_iter,
4911+
.iopoll = iocb_bio_iopoll,
49114912
.open = f2fs_file_open,
49124913
.release = f2fs_release_file,
49134914
.mmap = f2fs_file_mmap,

0 commit comments

Comments
 (0)