On Mon, Sep 21, 2020 at 09:43:40AM -0500, Goldwyn Rodrigues wrote: > From: Goldwyn Rodrigues <rgoldwyn@xxxxxxxx> > > Since we now perform direct reads using i_rwsem, we can remove this > inode flag used to co-ordinate unlocked reads. > > The truncate call takes i_rwsem. This means it is correctly synchronized > with concurrent direct reads. > > Reviewed-by: Nikolay Borisov <nborisov@xxxxxxxx> > Reviewed-by: Johannes Thumshirn <jth@xxxxxxxxxx> > Signed-off-by: Goldwyn Rodrigues <rgoldwyn@xxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>