commit | b8086d3f5a0e88b1912d55a158b8a6a43ad6604b | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Sep 01 17:57:44 2020 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Sep 02 08:00:07 2020 -0600 |
tree | 4fbd9e3b72eb27a2d0da06e57a57cfb9290e72b3 | |
parent | 659e56ba864d37b7ee0a49cd432205b2a5ca815e [diff] |
block: use revalidate_disk_size in set_capacity_revalidate_and_notify Only virtio_blk and xen-blkfront set the revalidate argument to true, and both do not implement the ->revalidate_disk method. So switch to the helper that just updates the size instead. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>