]> git.ipfire.org Git - thirdparty/qemu.git/commit
scsi-disk: fix bug in scsi_block_new_request() introduced by commit 137745c
authorUlrich Obergfell <uobergfe@redhat.com>
Sun, 8 Jun 2014 17:22:33 +0000 (19:22 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 16 Jul 2014 00:28:01 +0000 (19:28 -0500)
commit36afdba00af1ebcf311fa17b8c77402a19fe4492
treebf4ff94a6c9c72c9ab6c6ca2f09312a48ab88f8f
parent63bf1e0ea53479271debccaad05c993996cf2ea9
scsi-disk: fix bug in scsi_block_new_request() introduced by commit 137745c

This patch fixes a bug in scsi_block_new_request() that was introduced
by commit 137745c5c60f083ec982fe9e861e8c16ebca1ba8. If the host cache
is used - i.e. if BDRV_O_NOCACHE is _not_ set - the 'break' statement
needs to be executed to 'fall back' to SG_IO.

Cc: qemu-stable@nongnu.org
Signed-off-by: Ulrich Obergfell <uobergfe@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 2fe5a9f73b3446690db2cae8a58473b0b4beaa32)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/scsi/scsi-disk.c