On Tue, Jul 15, 2025 at 08:18:11AM -0700, Darrick J. Wong wrote: > > *cookiep = current->journal_info; > > current->journal_info = NULL; > > You could get rid of all this journal_info manipulation because xfs no > longer uses that to track the current transaction. I'll take a look. Probably separately from this series to avoid scope creep.