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

Christoph Hellwig <[email protected]> Fri, 3 Oct 2025 09:29:09 +0200
Newsgroups org.kernel.vger.linux-btrace,org.kernel.vger.linux-block,org.kernel.vger.linux-kernel,org.kernel.vger.linux-trace-kernel
Message-ID <[email protected]>
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.