]> git.proxmox.com Git - mirror_qemu.git/commit - blockdev.c
blockdev: check for BLOCK_OP_TYPE_INTERNAL_SNAPSHOT_DELETE
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 19 Nov 2014 14:19:43 +0000 (14:19 +0000)
committerKevin Wolf <kwolf@redhat.com>
Wed, 10 Dec 2014 09:25:30 +0000 (10:25 +0100)
commit0b92885420c9cf42da27c63939d388e276a7ddde
tree7c5833c214bdd1eadf3ef2bf1b561f19b4d415b2
parent4ef3982a99f9d2634588b4785c8d841605517946
blockdev: check for BLOCK_OP_TYPE_INTERNAL_SNAPSHOT_DELETE

The BLOCK_OP_TYPE_INTERNAL_SNAPSHOT_DELETE op blocker exists but was
never used!  Let's fix that so snapshot delete can be blocked.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
blockdev.c