qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v10 20/21] blockjob: remove unused functions


From: Kevin Wolf
Subject: Re: [PATCH v10 20/21] blockjob: remove unused functions
Date: Fri, 5 Aug 2022 15:05:41 +0200

Am 25.07.2022 um 09:38 hat Emanuele Giuseppe Esposito geschrieben:
> These public functions are not used anywhere, thus can be dropped.
> 
> Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

> @@ -113,6 +111,7 @@ BlockJob *block_job_next_locked(BlockJob *job);
>   * Get the block job identified by @id (which must not be %NULL).
>   *
>   * Returns the requested job, or %NULL if it doesn't exist.
> + * Called with job lock *not* held.
>   */
>  BlockJob *block_job_get(const char *id);

Unrelated hunk. Whatever:

Reviewed-by: Kevin Wolf <kwolf@redhat.com>




reply via email to

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