On Mon, Nov 11, 2024 at 05:30:18AM -0500, karthik nayak wrote: > Patrick Steinhardt <ps@xxxxxx> writes: > > > Allow passing flags when setting up a transaction such that the > > behaviour of the transaction itself can be altered. Adapt callers > > accordingly. > > > > Maybe it is self-explanatory with the upcoming patches, but it'd be nice > to know _why_ this change is being made. > > The patch itself looks good. Explaining the exact use case here wouldn't make sense, as I'd basically have to repeat the explanation given in the subsequent patch that wires things up. But I can mention that this will be used in a later patch. Patrick