commit | 94d91e7f8c221260790a482373d347ea85efb7b3 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Nov 16 15:57:12 2020 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Nov 16 08:34:15 2020 -0700 |
tree | 48af063d4120d74ee31a9d22cfa02355c3b16cc6 | |
parent | 2c247c5169b50d58f63c0e82a58f457343e49d10 [diff] |
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>