On Mon, Jun 29, 2020 at 02:23:48PM -0500, Goldwyn Rodrigues wrote: > From: Goldwyn Rodrigues <rgoldwyn@xxxxxxxx> > > Convert wait_for_completion boolean to flags so we can pass more flags > to iomap_dio_rw() > > Signed-off-by: Goldwyn Rodrigues <rgoldwyn@xxxxxxxx> > --- > fs/ext4/file.c | 11 +++++++++-- > fs/gfs2/file.c | 14 ++++++++++---- > fs/iomap/direct-io.c | 3 ++- > fs/xfs/xfs_file.c | 15 +++++++++++---- > fs/zonefs/super.c | 16 ++++++++++++---- > include/linux/iomap.h | 11 ++++++++++- Though it's an API change I think you should CC all involved subsystems' mailinglists too. I don't see GFS2 or zonefs.