]> git.ipfire.org Git - thirdparty/qemu.git/commit
block: switch reopen queue from QSIMPLEQ to QTAILQ
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Fri, 27 Sep 2019 12:23:47 +0000 (15:23 +0300)
committerJohn Snow <jsnow@redhat.com>
Thu, 17 Oct 2019 21:02:32 +0000 (17:02 -0400)
commit859443b0fb7eba258325f75f6444270c50008e65
tree9c35dc96c65039dfb899c68e705dc1190d4d9b5a
parentef9041a7b8c46001c8c44eab3eac9920739d9b36
block: switch reopen queue from QSIMPLEQ to QTAILQ

We'll need reverse-foreach in the following commit, QTAILQ support it,
so move to QTAILQ.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-id: 20190927122355.7344-2-vsementsov@virtuozzo.com
Signed-off-by: John Snow <jsnow@redhat.com>
block.c
include/block/block.h