From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:55764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxKqU-0000Dz-Bc for qemu-devel@nongnu.org; Fri, 22 Feb 2019 19:07:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxKqS-0001hv-EQ for qemu-devel@nongnu.org; Fri, 22 Feb 2019 19:07:10 -0500 From: John Snow Date: Fri, 22 Feb 2019 19:06:13 -0500 Message-Id: <20190223000614.13894-10-jsnow@redhat.com> In-Reply-To: <20190223000614.13894-1-jsnow@redhat.com> References: <20190223000614.13894-1-jsnow@redhat.com> Subject: [Qemu-devel] [PATCH v3 09/10] blockdev: remove unused paio parameter documentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, qemu-block@nongnu.org Cc: Markus Armbruster , Kevin Wolf , vsementsov@virtuozzo.com, Juan Quintela , eblake@redhat.com, Max Reitz , libvir-list@redhat.com, "Dr. David Alan Gilbert" , John Snow , Stefan Hajnoczi , Fam Zheng This field isn't present anymore. Signed-off-by: John Snow --- blockdev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/blockdev.c b/blockdev.c index 1aaadb6128..cbce44877d 100644 --- a/blockdev.c +++ b/blockdev.c @@ -1255,7 +1255,6 @@ out_aio_context: * @node: The name of the BDS node to search for bitmaps * @name: The name of the bitmap to search for * @pbs: Output pointer for BDS lookup, if desired. Can be NULL. - * @paio: Output pointer for aio_context acquisition, if desired. Can be NULL. * @errp: Output pointer for error information. Can be NULL. * * @return: A bitmap object on success, or NULL on failure. -- 2.17.2