On 10.07.25 06:26, Damien Le Moal wrote: > On 7/9/25 8:47 PM, Johannes Thumshirn wrote: >> Add tracepoints to zone write plugging plug and unplug events. >> >> kworker/u9:3-162 [000] d..1. 2231.939277: disk_zone_wplug_add_bio: 8,0 zone 12, BIO 6291456 + 14 >> kworker/0:1H-59 [000] d..1. 2231.939884: blk_zone_wplug_bio: 8,0 zone 24, BIO 12775168 + 4 > > This is showing "+ bio->__bi_nr_segments", which is odd... > Is this intentional ? Why not the "+ bio_sectors(bio)" ? Because I'm dumb I guess.