On Sat, Mar 30, 2024 at 09:53:00AM +0900, Damien Le Moal wrote: > In null_add_dev(), if an error happen after initializing the resources > for a zoned null block device, we must free these resources before > exiting the function. To ensure this, move the out_cleanup_zone label > after out_cleanup_disk as we jump to this latter label if an error > happens after calling null_init_zoned_dev(). Looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>