From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUXI2-0002cU-5K for qemu-devel@nongnu.org; Tue, 23 Apr 2013 03:05:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUXHy-0006QZ-21 for qemu-devel@nongnu.org; Tue, 23 Apr 2013 03:05:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:65388) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUXHx-0006QV-Qk for qemu-devel@nongnu.org; Tue, 23 Apr 2013 03:05:17 -0400 Date: Tue, 23 Apr 2013 09:05:13 +0200 From: Stefan Hajnoczi Message-ID: <20130423070513.GA6743@stefanha-thinkpad.redhat.com> References: <1366645720-11384-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1366645720-11384-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH] block: Fix build with tracing enabled List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, anthony@codemonkey.ws, afaerber@suse.de On Mon, Apr 22, 2013 at 05:48:40PM +0200, Kevin Wolf wrote: > filename was still uninitialised when it's used as a parameter to a > tracing function, so let's move the initialisation. Also, commit c2ad1b0c > forgot to add a NULL check, which this patch adds while we're at it. > > Signed-off-by: Kevin Wolf > --- > block.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan