]> git.ipfire.org Git - thirdparty/qemu.git/commit
iscsi: fix -ENOSPC in iscsi_create()
authorPeter Lieven <pl@kamp.de>
Thu, 11 Jul 2013 12:16:24 +0000 (14:16 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 13 Aug 2013 00:14:35 +0000 (19:14 -0500)
commitff57f145c1a525183c45af4d21b395761e7b88a1
tree216e4f5654ac129bd67c085f562f83295b576ca5
parente6f5128dcf6d116ae3c829fbc0bcafd91b38af81
iscsi: fix -ENOSPC in iscsi_create()

the -ENOPSC case did not work due to the missing goto.

Reported-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Peter Lieven <pl@kamp.de>
Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit d3bda7bc166f40326ba646ee145630bb1b59da96)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
block/iscsi.c