projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9784e70
)
curl: Drop curl_aiocb_info.cancel
author
Fam Zheng
<famz@redhat.com>
Thu, 11 Sep 2014 05:41:19 +0000
(13:41 +0800)
committer
Stefan Hajnoczi
<stefanha@redhat.com>
Mon, 22 Sep 2014 10:39:10 +0000
(11:39 +0100)
Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/curl.c
patch
|
blob
|
history
diff --git
a/block/curl.c
b/block/curl.c
index 938f9d94e868de43ad9e7fc1030ea04ea3867ff1..6f5d6aebb225358ffcd9b77a7fecd8c65d2b33d8 100644
(file)
--- a/
block/curl.c
+++ b/
block/curl.c
@@
-613,14
+613,8
@@
out_noclean:
return -EINVAL;
}
-static void curl_aio_cancel(BlockDriverAIOCB *blockacb)
-{
- // Do we have to implement canceling? Seems to work without...
-}
-
static const AIOCBInfo curl_aiocb_info = {
.aiocb_size = sizeof(CURLAIOCB),
- .cancel = curl_aio_cancel,
};