commit | b200e38c493b2a5acff4f86d40a3e45d546c664c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Nov 16 15:56:55 2020 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Nov 16 08:34:14 2020 -0700 |
tree | 5c0a1fa77c5cc9d1d10ddd061cc962a119ce0905 | |
parent | 5dd55749b79cdf471ca0966ad91541daebac3e2f [diff] |
sd: update the bdev size in sd_revalidate_disk This avoids the extra call to revalidate_disk_size in sd_rescan and is otherwise a no-op because the size did not change, or we are in the probe path. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Hannes Reinecke <hare@suse.de> Acked-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>