]> git.ipfire.org Git - thirdparty/qemu.git/commit
blockdev: Allow resizing everywhere
authorMax Reitz <mreitz@redhat.com>
Tue, 18 Feb 2020 10:34:37 +0000 (11:34 +0100)
committerKevin Wolf <kwolf@redhat.com>
Tue, 18 Feb 2020 10:55:39 +0000 (11:55 +0100)
commit7607074f429eeac94f7c9dd6adfb5a42b0d835ee
treea1111a270ea76ade9e022377a85682c38173d774
parentca08d937e886aea7b9ce2c05d41e5c1aeec07a9f
blockdev: Allow resizing everywhere

Block nodes that do not allow resizing should not share BLK_PERM_RESIZE.
It does not matter whether they are the first non-filter in their chain
or not.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <20200218103454.296704-3-mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
blockdev.c