commit | ae58954d8734c44298f55ed71e683ea944994fab | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Dec 03 10:39:07 2019 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Dec 03 08:51:25 2019 -0700 |
tree | ff1253e9b9cbe3550d4930f8a6eeaf6f502cc07d | |
parent | e94f5819448c5b75829662eaa9c25c17868846cf [diff] |
block: don't handle bio based drivers in blk_revalidate_disk_zones bio based drivers only need to update q->nr_zones. Do that manually instead of overloading blk_revalidate_disk_zones to keep that function simpler for the next round of changes that will rely even more on the request based functionality. Reviewed-by: Javier González <javier@javigon.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>