On Tue, Jun 07, 2022 at 11:31:38PM +0000, Al Viro wrote: > New helper to be used instead of direct checks for IOCB_DSYNC: > iocb_is_dsync(iocb). Checks converted, which allows to avoid > the IS_SYNC(iocb->ki_filp->f_mapping->host) part (4 cache lines) > from iocb_flags() - it's checked in iocb_is_dsync() instead > > Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > --- Looks good to me, Reviewed-by: Christian Brauner (Microsoft) <brauner@xxxxxxxxxx>