On Wed, May 15, 2019 at 08:57:40AM +0200, Jan Kara wrote: > When hidden gendisk is revalidated, there's no point in revalidating > associated block device as there's none. We would thus just create new > bdev inode, report "detected capacity change from 0 to XXX" message and > evict the bdev inode again. Avoid this pointless dance and confusing > message in the kernel log. Personally I'd do an early return instead of the indent, but functionally this looks fine: Reviewed-by: Christoph Hellwig <hch@xxxxxx>