Re: [PATCH v2 07/15] blktrace: add definitions for blk_user_trace_setup2

From: Christoph Hellwig
Date: Fri Oct 03 2025 - 03:29:24 EST


On Thu, Sep 25, 2025 at 05:02:23PM +0200, Johannes Thumshirn wrote:
> +struct blk_user_trace_setup2 {
> + char name[32]; /* output */

Is 32 still a good size limit? Or would this be a time to
allow for more?

Otherwise this looks fine.