• K
    raw/linux-aio: Also initialize POSIX AIO · d2e46345
    Kevin Wolf 提交于
    When using Linux AIO raw still falls back to POSIX AIO sometimes, so we should
    initialize it.
    
    Not initializing it happens to work if POSIX AIO is used by another drive, or
    if the format is not specified (probing the format uses POSIX AIO) or by pure
    luck (e.g. it doesn't seem to happen any more with qcow2 since we have re-added
    synchronous qcow2 functions).
    Signed-off-by: NKevin Wolf <kwolf@redhat.com>
    Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
    d2e46345
raw-posix.c 35.0 KB