]> git.proxmox.com Git - mirror_qemu.git/commit - block/throttle-groups.c
throttle: Remove throttle_group_lock/unlock()
authorAlberto Garcia <berto@igalia.com>
Wed, 21 Oct 2015 18:36:05 +0000 (21:36 +0300)
committerKevin Wolf <kwolf@redhat.com>
Fri, 23 Oct 2015 16:18:23 +0000 (18:18 +0200)
commitd87d01e16a0e59a6af9634162cf0ded142b43e0d
treea73b53d521ec360334716d4ace5cb99b43e899e0
parentbd745e238bb9432f40c875b6b4ad96a3d90e16a0
throttle: Remove throttle_group_lock/unlock()

The group throttling code was always meant to handle its locking
internally. However, bdrv_swap() was touching the ThrottleGroup
structure directly and therefore needed an API for that.

Now that bdrv_swap() no longer exists there's no need for the
throttle_group_lock() API anymore.

Signed-off-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/throttle-groups.c
include/block/throttle-groups.h