On Fri, Dec 10, 2021 at 11:15:37AM +0900, Damien Le Moal wrote: > Change the interface of zbd_close_zone() to directly use a pointer to a > zone information structure as all callers already have this information. > Also do nothing for zones that are not marked as open instead of > figuring out this fact by searching the array of open zones. > > No functional changes. > > Signed-off-by: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx> > --- Nice cleanup! Reviewed-by: Niklas Cassel <niklas.cassel@xxxxxxx>