qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V6 3/5] block: Enable the new throttling code in


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH V6 3/5] block: Enable the new throttling code in the block layer.
Date: Wed, 28 Aug 2013 16:21:52 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]