commit | 3dab155154b97eadd44342f9c94d1508337a0667 | [log] [tgz] |
---|---|---|
author | Peter Lieven <pl@kamp.de> | Mon Oct 27 10:18:47 2014 +0100 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Mon Nov 03 09:48:41 2014 +0000 |
tree | f3ac06e9d8bb675390c4497001f3aebb87791396 | |
parent | 6c5a42ac344306bb3711140a3267c61276c1567b [diff] |
block/iscsi: use sector_limits_lun2qemu throughout iscsi_refresh_limits As Max pointed out there is a hidden cast from int64_t to int for all limits. So use the newly introduced sector_limits_lun2qemu for all limits received from the target. Signed-off-by: Peter Lieven <pl@kamp.de> Reviewed-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>