Re: [PATCH 06/16] blktrace: only calculate trace length once
From: Christoph Hellwig
Date: Fri Sep 19 2025 - 11:09:50 EST
On Tue, Sep 09, 2025 at 01:06:01PM +0200, Johannes Thumshirn wrote:
> De-duplicate the calculation of the trace length instead of doing the
> calculation twice, once for calling trace_buffer_lock_reserve() and once
> for calling relay_reserve().
Looks good:
Reviewed-by: Christoph Hellwig <hch@xxxxxx>
would be nice if these cleanups were at the beginning of the series
before adding new data structures, though.