Re: [PATCH 12/16] blktrace: add block trace commands for zone operations
Christoph Hellwig <[email protected]> Fri, 19 Sep 2025 17:13:05 +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 Tue, Sep 09, 2025 at 01:06:07PM +0200, Johannes Thumshirn wrote: > Add block trace commands for zone operations. These are added as a > separate set of 'block trace commands' shifted by 32bit so that they do > not interfere with the old 16bit wide trace command field in 'struct > blk_io_trace' action. This is very confusing. Why not havve a single enum with the actual values with a clearly marked cutoff for v1?