md: remove a spurious call to revalidate_disk_size in update_size
authorChristoph Hellwig <hch@lst.de>
Mon, 16 Nov 2020 14:57:12 +0000 (15:57 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 16 Nov 2020 15:34:15 +0000 (08:34 -0700)
commit94d91e7f8c221260790a482373d347ea85efb7b3
tree48af063d4120d74ee31a9d22cfa02355c3b16cc6
parent2c247c5169b50d58f63c0e82a58f457343e49d10
md: remove a spurious call to revalidate_disk_size in update_size

None of the ->resize methods updates the disk size, so calling
revalidate_disk_size here won't do anything.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Song Liu <song@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/md-cluster.c