From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFhX3-0007wM-Tg for qemu-devel@nongnu.org; Wed, 22 Jun 2016 08:45:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFhX2-0006CN-7e for qemu-devel@nongnu.org; Wed, 22 Jun 2016 08:45:24 -0400 Date: Wed, 22 Jun 2016 14:45:14 +0200 From: Kevin Wolf Message-ID: <20160622124514.GH6134@noname.redhat.com> References: <6aa506610b2ea65fd60e73936cd389fdb7af4442.1466598035.git.berto@igalia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6aa506610b2ea65fd60e73936cd389fdb7af4442.1466598035.git.berto@igalia.com> Subject: Re: [Qemu-devel] [PATCH v2 01/15] stream: Fix prototype of stream_start() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, Max Reitz , Eric Blake , Jeff Cody Am 22.06.2016 um 14:24 hat Alberto Garcia geschrieben: > 'stream-start' has a parameter called 'backing-file', which is the > string to be written to bs->backing when the job finishes. > > In the stream_start() implementation it is called 'backing_file_str', > but it the prototype in the header file it is called 'base_id'. > > This patch fixes it so the name is the same in both cases and is > consistent with other cases (like commit_start()). > > Signed-off-by: Alberto Garcia > Reviewed-by: Max Reitz Reviewed-by: Kevin Wolf