On Thu, Jun 24, 2021 at 05:23:07PM +0000, Niklas Cassel wrote: > + struct zoned_block_device_info *zbdi = f->zbd_info; It is unrelated to the patch. But! It is impossible to type "zoned_block_device_info" without autocompletion. Can it be renamed just to struct zbd * const zbd = f->zbd_info; "info" is kind of information free word, too.