| Submitter | Aneesh Kumar K.V |
|---|---|
| Date | March 16, 2010, 9:15 a.m. |
| Message ID | <1268730920-14584-14-git-send-email-aneesh.kumar@linux.vnet.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/47836/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/virtio-9p.c b/hw/virtio-9p.c index 4478e57..1dbb982 100644 --- a/hw/virtio-9p.c +++ b/hw/virtio-9p.c @@ -1717,10 +1717,11 @@ out: static void v9fs_flush(V9fsState *s, V9fsPDU *pdu) { - if (debug_9p_pdu) - pprint_pdu(pdu); + /* A nop call with no return */ + complete_pdu(s, pdu, 7); } + typedef struct V9fsRemoveState { V9fsPDU *pdu; size_t offset;