qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] block/archipelago: Fix typo in qemu_archipelago_truncate()
@ 2014-09-16  9:17 Chrysostomos Nanakos
  2014-09-16  9:17 ` Chrysostomos Nanakos
  2014-09-18 10:29 ` Stefan Hajnoczi
  0 siblings, 2 replies; 3+ messages in thread
From: Chrysostomos Nanakos @ 2014-09-16  9:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, Chrysostomos Nanakos, stefanha


Chrysostomos Nanakos (1):
  block/archipelago: Fix typo in qemu_archipelago_truncate()

 block/archipelago.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Qemu-devel] [PATCH] block/archipelago: Fix typo in qemu_archipelago_truncate()
  2014-09-16  9:17 [Qemu-devel] [PATCH] block/archipelago: Fix typo in qemu_archipelago_truncate() Chrysostomos Nanakos
@ 2014-09-16  9:17 ` Chrysostomos Nanakos
  2014-09-18 10:29 ` Stefan Hajnoczi
  1 sibling, 0 replies; 3+ messages in thread
From: Chrysostomos Nanakos @ 2014-09-16  9:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, Chrysostomos Nanakos, stefanha

Fix a typo introduced by 94c80a438c85f2c19698547fbb115ea46d80c5f1

Signed-off-by: Chrysostomos Nanakos <cnanakos@grnet.gr>
---
 block/archipelago.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/archipelago.c b/block/archipelago.c
index 93fb7c0..f4982fa 100644
--- a/block/archipelago.c
+++ b/block/archipelago.c
@@ -1008,7 +1008,7 @@ static int qemu_archipelago_truncate(BlockDriverState *bs, int64_t offset)
     req = xseg_get_request(s->xseg, s->srcport, s->mportno, X_ALLOC);
     if (!req) {
         archipelagolog("Cannot get XSEG request\n");
-        return err_exit2;
+        goto err_exit2;
     }
 
     ret = xseg_prep_request(s->xseg, req, targetlen, 0);
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] block/archipelago: Fix typo in qemu_archipelago_truncate()
  2014-09-16  9:17 [Qemu-devel] [PATCH] block/archipelago: Fix typo in qemu_archipelago_truncate() Chrysostomos Nanakos
  2014-09-16  9:17 ` Chrysostomos Nanakos
@ 2014-09-18 10:29 ` Stefan Hajnoczi
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2014-09-18 10:29 UTC (permalink / raw)
  To: Chrysostomos Nanakos; +Cc: kwolf, qemu-devel, stefanha

[-- Attachment #1: Type: text/plain, Size: 382 bytes --]

On Tue, Sep 16, 2014 at 12:17:10PM +0300, Chrysostomos Nanakos wrote:
> 
> Chrysostomos Nanakos (1):
>   block/archipelago: Fix typo in qemu_archipelago_truncate()
> 
>  block/archipelago.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> -- 
> 1.7.10.4
> 
> 

Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block

Stefan

[-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-18 10:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-16  9:17 [Qemu-devel] [PATCH] block/archipelago: Fix typo in qemu_archipelago_truncate() Chrysostomos Nanakos
2014-09-16  9:17 ` Chrysostomos Nanakos
2014-09-18 10:29 ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).