Commit 50aa6f44 authored by Wu Bo's avatar Wu Bo Committed by Jaegeuk Kim
Browse files

f2fs: support iopoll method



Wire up the iopoll method to the common implementation.
As f2fs use common dio infrastructure:
commit a1e09b03 ("f2fs: use iomap for direct I/O")

Signed-off-by: default avatarWu Bo <bo.wu@vivo.com>
Reviewed-by: default avatarChao Yu <chao@kernel.org>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent abae4486
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4908,6 +4908,7 @@ const struct file_operations f2fs_file_operations = {
	.llseek		= f2fs_llseek,
	.read_iter	= f2fs_file_read_iter,
	.write_iter	= f2fs_file_write_iter,
	.iopoll		= iocb_bio_iopoll,
	.open		= f2fs_file_open,
	.release	= f2fs_release_file,
	.mmap		= f2fs_file_mmap,