On Mon, Aug 26, 2013 at 04:42:50PM +0200, Benoît Canet wrote: > @@ -1887,7 +1920,8 @@ int bdrv_commit_all(void) > * > * This function should be called when a tracked request is completing. > */ > -static void tracked_request_end(BdrvTrackedRequest *req) > +static void tracked_request_end(BlockDriverState *bs, > + BdrvTrackedRequest *req) > { > QLIST_REMOVE(req, list); > qemu_co_queue_restart_all(&req->wait_queue);
This hunk is not necessary and should be dropped.