On 1/11/21 19:47, Damien Le Moal wrote: > To avoid potential compilation problems, replaced the badly written > MB_TO_SECTS macro (missing parenthesis around the argument use) with > the inline function mb_to_sects(). And while at it, use DIV_ROUND_UP() > to calculate the total number of zones of a zoned device, simplifying > the code. > > Signed-off-by: Damien Le Moal <damien.lemoal@xxxxxxx> Looks good. Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@xxxxxxx>