]> Git Repo - qemu.git/commit
block/nfs: tear down aio before nfs_close
authorPeter Lieven <[email protected]>
Tue, 10 Sep 2019 15:41:09 +0000 (17:41 +0200)
committerKevin Wolf <[email protected]>
Fri, 13 Sep 2019 10:18:14 +0000 (12:18 +0200)
commit601dc6559725f7a614b6f893611e17ff0908e914
tree2e9b129e2b92bd75e845811145d15a22b5e6acd3
parentd885ac33cfc30a14e0f68c227865910257fd2c44
block/nfs: tear down aio before nfs_close

nfs_close is a sync call from libnfs and has its own event
handler polling on the nfs FD. Avoid that both QEMU and libnfs
are intefering here.

CC: [email protected]
Signed-off-by: Peter Lieven <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/nfs.c
This page took 0.024172 seconds and 4 git commands to generate.