From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XigXT-000772-RC for qemu-devel@nongnu.org; Mon, 27 Oct 2014 05:24:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XigXO-0006OX-U3 for qemu-devel@nongnu.org; Mon, 27 Oct 2014 05:24:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58538) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XigXO-0006OG-ND for qemu-devel@nongnu.org; Mon, 27 Oct 2014 05:24:30 -0400 Message-ID: <544E0F45.1080601@redhat.com> Date: Mon, 27 Oct 2014 10:24:21 +0100 From: Max Reitz MIME-Version: 1.0 References: <1414401528-21884-1-git-send-email-pl@kamp.de> <1414401528-21884-6-git-send-email-pl@kamp.de> In-Reply-To: <1414401528-21884-6-git-send-email-pl@kamp.de> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv6 5/6] block/iscsi: use sector_limits_lun2qemu throughout iscsi_refresh_limits List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven , qemu-devel@nongnu.org Cc: kwolf@redhat.com, famz@redhat.com, benoit@irqsave.net, ronniesahlberg@gmail.com, armbru@redhat.com, stefanha@redhat.com On 2014-10-27 at 10:18, Peter Lieven wrote: > 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 > --- > block/iscsi.c | 20 ++++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) Reviewed-by: Max Reitz