On Mon, Oct 02, 2017 at 04:39:59PM +0200, Andreas Gruenbacher wrote: > > If we race with the inline data flag getting cleared, > > ext4_iomap_begin() will return with -EAGAIN. > > Actually, in that case, ext4_iomap_begin will treat the file as non-inline. > It will not return -EAGAIN. Ah, thanks, I missed that. - Ted