Looks good to me. Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@xxxxxxx> On 11/07/2019 05:57 PM, Damien Le Moal wrote: > From: Christoph Hellwig<hch@xxxxxx> > > blk_revalidate_disk_zones is never called for non-zoned devices. Just > return early and warn instead of trying to handle this case. > > Signed-off-by: Christoph Hellwig<hch@xxxxxx> > Signed-off-by: Damien Le Moal<damien.lemoal@xxxxxxx> > ---