| Submitter | Stefan Hajnoczi |
|---|---|
| Date | Jan. 15, 2013, 4:48 p.m. |
| Message ID | <1358268511-27061-8-git-send-email-stefanha@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/212278/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/ide/core.c b/hw/ide/core.c index 6f1938a..cb77dfc 100644 --- a/hw/ide/core.c +++ b/hw/ide/core.c @@ -374,7 +374,7 @@ BlockDriverAIOCB *ide_issue_trim(BlockDriverState *bs, uint16_t count = entry >> 48; if (count == 0) { - break; + continue; } ret = bdrv_discard(bs, sector, count);