commit | d87d01e16a0e59a6af9634162cf0ded142b43e0d | [log] [tgz] |
---|---|---|
author | Alberto Garcia <berto@igalia.com> | Wed Oct 21 21:36:05 2015 +0300 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Oct 23 18:18:23 2015 +0200 |
tree | a73b53d521ec360334716d4ace5cb99b43e899e0 | |
parent | bd745e238bb9432f40c875b6b4ad96a3d90e16a0 [diff] |
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>