]> Git Repo - qemu.git/commit
block/throttle-groups.c: allocate RestartData on the heap
authorManos Pitsidianakis <[email protected]>
Mon, 18 Sep 2017 20:25:29 +0000 (23:25 +0300)
committerKevin Wolf <[email protected]>
Tue, 26 Sep 2017 12:46:23 +0000 (14:46 +0200)
commit43a5dc02fd6070827d5c4ff652b885219fa8cbe1
tree66190d6219f6dc2ff961c0c390bbf8c16d54df04
parentb5806108d20fc32b4692e721d8bd6376f4ca4a69
block/throttle-groups.c: allocate RestartData on the heap

RestartData is the opaque data of the throttle_group_restart_queue_entry
coroutine. By being stack allocated, it isn't available anymore if
aio_co_enter schedules the coroutine with a bottom half and runs after
throttle_group_restart_queue returns.

Cc: [email protected]
Signed-off-by: Manos Pitsidianakis <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Alberto Garcia <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/throttle-groups.c
This page took 0.024182 seconds and 4 git commands to generate.