On Tue, Jul 03, 2018 at 01:22:56PM -0400, Brian Foster wrote: > A firstblock var is typically allocated and initialized along with > xfs_defer_ops structures and passed around independent from the > associated transaction. To facilitate combining the two, add an > optional ->t_firstblock field to xfs_trans that can be used in place > of an on-stack variable. > > The firstblock value follows the lifetime of the transaction, so > initialize it on allocation and when a transaction rolls. > > 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