On Thu, Sep 05, 2019 at 10:06:49AM -0500, Goldwyn Rodrigues wrote: > From: Goldwyn Rodrigues <rgoldwyn@xxxxxxxx> > > Update the inode size for dio writes during bio completion. > This ties the success of the underlying block layer > whether to increase the size of the inode. Especially for > in aio cases. Doesn't this belong into the patch adding the new direct I/O code? Or did the old code get this wrong and this is an additional bug fix?