On Thu, Jun 28, 2018 at 12:36:14PM -0400, Brian Foster wrote: > The ->t_agfl_dfops field is currently used to defer agfl block frees > from associated transaction contexts. While all known problematic > contexts have already been updated to use ->t_agfl_dfops, the > broader goal is defer agfl frees from all callers that already use a > deferred operations structure. Further, the transaction field > facilitates a good amount of code clean up where the transaction and > dfops have historically been passed down through the stack > separately. > > Rename the field to something more generic to prepare to use it as > such throughout XFS. This patch does not change behavior. > > Signed-off-by: Brian Foster <bfoster@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx> -- 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