Re: [PATCH 00/24] xfs: broad enablement of deferred agfl frees

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Jul 02, 2018 at 07:51:02AM -0700, Christoph Hellwig wrote:
> On Thu, Jun 28, 2018 at 12:36:12PM -0400, Brian Foster wrote:
> > I think these issues can be mostly resolved by the end goal of a
> > combined xfs_trans/xfs_defer_ops structure. Boilerplate code that
> > allocates a transaction, inits a dfops, finishes a dfops and commits the
> > transaction can then reduce to allocating and committing the transaction
> > (where the former and latter respectively init/finish an internal
> > dfops). There are other patterns and issues to consider, however, so
> > that will be a matter for a subsequent patch series. (I'm actually
> > thinking of cleaning up all of the firstblock stuff as a next step in
> > that direction.)
> 
> Yes, I actually did a pass at firstblock a while ago when looking into
> the allocation reservation issues.  It cleaned things up a lot, but
> I ended up dropping it as it didn't actually end up helping to solve
> the problem directly.

I slapped a series together to deal with firstblock at the end of last
week and it survived testing over the weekend. It's basically a similar
sequence as this one, replacing the on-stack firstblock instances with a
->t_firstblock field in the transaction and ultimately eliminating the
need to pass it to xfs_defer_init(). I should be able to get it posted
soon now that this set has been reviewed. Thanks!

Brian

> --
> To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [XFS Filesystem Development (older mail)]     [Linux Filesystem Development]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux RAID]     [Linux SCSI]


  Powered by Linux