virtio-blk: Call revalidate_disk() upon online disk resize
authorVivek Goyal <vgoyal@redhat.com>
Thu, 29 Mar 2012 08:09:44 +0000 (10:09 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Sat, 29 Jun 2013 03:06:34 +0000 (04:06 +0100)
commitc32f3410245d666c5bea0e3b6e1e8aad6091b19f
treedc6905664b804681ba560d23150d1fd59d9aaba9
parente24fb4d67f53530038a9711d0c1f65937490bb8c
virtio-blk: Call revalidate_disk() upon online disk resize

commit e9986f303dc0f285401de28cf96f42f4dd23a4a1 upstream.

If a virtio disk is open in guest and a disk resize operation is done,
(virsh blockresize), new size is not visible to tools like "fdisk -l".
This seems to be happening as we update only part->nr_sects and not
bdev->bd_inode size.

Call revalidate_disk() which should take care of it. I tested growing disk
size of already open disk and it works for me.

Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/block/virtio_blk.c