Blame SOURCES/kvm-blockdev-remove-unused-paio-parameter-documentation.patch

7711c0
From 7b60eac4fb7e3f0373381e148f963878e0325916 Mon Sep 17 00:00:00 2001
7711c0
From: John Snow <jsnow@redhat.com>
7711c0
Date: Wed, 3 Apr 2019 18:18:47 +0200
7711c0
Subject: [PATCH 142/163] blockdev: remove unused paio parameter documentation
7711c0
7711c0
RH-Author: John Snow <jsnow@redhat.com>
7711c0
Message-id: <20190403181857.9693-12-jsnow@redhat.com>
7711c0
Patchwork-id: 85424
7711c0
O-Subject: [RHEL-7.7 qemu-kvm-rhev PATCH 11/21] blockdev: remove unused paio parameter documentation
7711c0
Bugzilla: 1677073
7711c0
RH-Acked-by: Max Reitz <mreitz@redhat.com>
7711c0
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
7711c0
RH-Acked-by: Sergio Lopez Pascual <slp@redhat.com>
7711c0
7711c0
This field isn't present anymore.
7711c0
7711c0
Signed-off-by: John Snow <jsnow@redhat.com>
7711c0
Reviewed-by: Eric Blake <eblake@redhat.com>
7711c0
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
7711c0
Message-id: 20190223000614.13894-10-jsnow@redhat.com
7711c0
Signed-off-by: John Snow <jsnow@redhat.com>
7711c0
(cherry picked from commit 2f158ca7b63175c5f0ac9a65e933e23deac46caa)
7711c0
Signed-off-by: John Snow <jsnow@redhat.com>
7711c0
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
7711c0
---
7711c0
 blockdev.c | 1 -
7711c0
 1 file changed, 1 deletion(-)
7711c0
7711c0
diff --git a/blockdev.c b/blockdev.c
7711c0
index c9ade12..a9e2e1d 100644
7711c0
--- a/blockdev.c
7711c0
+++ b/blockdev.c
7711c0
@@ -1407,7 +1407,6 @@ out_aio_context:
7711c0
  * @node: The name of the BDS node to search for bitmaps
7711c0
  * @name: The name of the bitmap to search for
7711c0
  * @pbs: Output pointer for BDS lookup, if desired. Can be NULL.
7711c0
- * @paio: Output pointer for aio_context acquisition, if desired. Can be NULL.
7711c0
  * @errp: Output pointer for error information. Can be NULL.
7711c0
  *
7711c0
  * @return: A bitmap object on success, or NULL on failure.
7711c0
-- 
7711c0
1.8.3.1
7711c0