On Thu, Sep 12, 2019 at 10:32:21AM -0400, Brian Foster wrote: > Hi all, > > This is a repost of a couple patches I posted a few months ago[1]. There > are no changes other than a rebase to for-next. Any thoughts on these? I > think Carlos had also run into some related generic/223 failures fairly > recently... Hi Brian, Sure, I'll take a look at these patches now, my apologies, I only saw these patches now. > > Carlos, > > Any chance you could give these a try? > > Brian > > [1] https://lore.kernel.org/linux-xfs/20190501140504.16435-1-bfoster@xxxxxxxxxx/ > > Brian Foster (2): > xfs: drop minlen before tossing alignment on bmap allocs > xfs: don't set bmapi total block req where minleft is sufficient > > fs/xfs/libxfs/xfs_bmap.c | 13 +++++++++---- > fs/xfs/xfs_bmap_util.c | 4 ++-- > fs/xfs/xfs_dquot.c | 4 ++-- > fs/xfs/xfs_iomap.c | 4 ++-- > fs/xfs/xfs_reflink.c | 4 ++-- > fs/xfs/xfs_rtalloc.c | 3 +-- > 6 files changed, 18 insertions(+), 14 deletions(-) > > -- > 2.20.1 > -- Carlos