commit | 72f9da1d5c8d03d6fb242d01aae66928b2b2e7a8 | [log] [tgz] |
---|---|---|
author | Xiaoguang Wang <xiaoguang.wang@linux.alibaba.com> | Fri Feb 07 20:07:58 2020 +0800 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Mar 05 15:40:15 2020 -0500 |
tree | d2c4ced3d08baa6fe137f07ea422162115a6071a | |
parent | f2eeca099bbda45029da35abecb428a9084a5463 [diff] |
ext4: start to support iopoll method Since commit "b1b4705d54ab ext4: introduce direct I/O read using iomap infrastructure", we can easily make ext4 support iopoll method, just use iomap_dio_iopoll(). Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Xiaoguang Wang <xiaoguang.wang@linux.alibaba.com> Link: https://lore.kernel.org/r/20200207120758.2411-1-xiaoguang.wang@linux.alibaba.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>