From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1jWiuO-0006kf-Ls for mharc-qemu-trivial@gnu.org; Thu, 07 May 2020 11:58:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35642) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jWiuM-0006h1-Rn for qemu-trivial@nongnu.org; Thu, 07 May 2020 11:57:58 -0400 Received: from us-smtp-2.mimecast.com ([207.211.31.81]:35333 helo=us-smtp-delivery-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1jWiuL-0007AR-BV for qemu-trivial@nongnu.org; Thu, 07 May 2020 11:57:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1588867076; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=3pa/qGE+qXqxrxEd+Fi97eHx+zO/WPGWBNSQBS3Fysk=; b=dFAt7N/LSdbfn6x+AfskBzIP1VrruXUXnfQ0b5yNZ2P24452ZvCn4zAX6COlGnjTtWaNYS 6OcpTvjwG9dHC/AEBxAXrqibq0p5VTUsEGXyfClz9lhwxVASIQEXSO1yC9dVr5GjJEHoZy 7pCS7D4Mauek952X1Ah/Q8Tf30j1Rc4= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-57-dkB70dfGPb6e5WOJQ8piYQ-1; Thu, 07 May 2020 11:57:54 -0400 X-MC-Unique: dkB70dfGPb6e5WOJQ8piYQ-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B1B63835B40; Thu, 7 May 2020 15:57:53 +0000 (UTC) Received: from [10.3.114.73] (ovpn-114-73.phx2.redhat.com [10.3.114.73]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3FA2D5D9C5; Thu, 7 May 2020 15:57:53 +0000 (UTC) Subject: Re: [PATCH 2/2] block/block-copy: Simplify block_copy_do_copy() To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , qemu-devel@nongnu.org Cc: Kevin Wolf , qemu-trivial@nongnu.org, qemu-block@nongnu.org, Max Reitz References: <20200507121129.29760-1-philmd@redhat.com> <20200507121129.29760-3-philmd@redhat.com> From: Eric Blake Organization: Red Hat, Inc. Message-ID: <9825c54d-a1aa-bf14-b5f2-e44070a3ad03@redhat.com> Date: Thu, 7 May 2020 10:57:52 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <20200507121129.29760-3-philmd@redhat.com> Content-Language: en-US X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=207.211.31.81; envelope-from=eblake@redhat.com; helo=us-smtp-delivery-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/07 00:55:34 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2020 15:57:59 -0000 On 5/7/20 7:11 AM, Philippe Mathieu-Daud=C3=A9 wrote: > block_copy_do_copy() is static, only used in block_copy_task_entry > with the error_is_read argument set. No need to check for it, > simplify. >=20 > Signed-off-by: Philippe Mathieu-Daud=C3=A9 > --- > block/block-copy.c | 12 +++--------- > 1 file changed, 3 insertions(+), 9 deletions(-) Reviewed-by: Eric Blake --=20 Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3226 Virtualization: qemu.org | libvirt.org