commit | c98c3d09fca41323765af0dc7926b150cf29ebff | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Nov 11 11:39:23 2019 +0900 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Nov 12 19:11:54 2019 -0700 |
tree | 4c781fcf29fc3af14ba0e76cd02c5d2737d106e8 | |
parent | d9dd73087a8b6d78d3bf8411620306f2313cdbae [diff] |
block: cleanup the !zoned case in blk_revalidate_disk_zones 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@lst.de> Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com> Reviewed-by: Hannes Reinecke <hare@suse.de> Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>