Revision 4231c88d

b/aio.c
122 122
         * Otherwise, if there are no AIO requests, qemu_aio_wait() would
123 123
         * wait indefinitely.
124 124
         */
125
        if (node->io_flush) {
125
        if (!node->deleted && node->io_flush) {
126 126
            if (node->io_flush(node->opaque) == 0) {
127 127
                continue;
128 128
            }

Also available in: Unified diff