From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMaSl-0001E2-Ho for qemu-devel@nongnu.org; Mon, 11 Jul 2016 08:37:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMaSj-0007lg-Pb for qemu-devel@nongnu.org; Mon, 11 Jul 2016 08:37:26 -0400 Date: Mon, 11 Jul 2016 14:37:17 +0200 From: Kevin Wolf Message-ID: <20160711123717.GB5553@noname.redhat.com> References: <1467998504-15744-1-git-send-email-kwolf@redhat.com> <1467998504-15744-20-git-send-email-kwolf@redhat.com> <57801CE1.9060407@redhat.com> <20160711112200.GA5553@noname.redhat.com> <798d08e8-07e3-ffe0-adc5-9d903b48531b@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <798d08e8-07e3-ffe0-adc5-9d903b48531b@redhat.com> Subject: Re: [Qemu-devel] [PULL 19/32] commit: Fix use of error handling policy List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Eric Blake , qemu-devel@nongnu.org, qemu-block@nongnu.org Am 11.07.2016 um 13:40 hat Paolo Bonzini geschrieben: > > > On 11/07/2016 13:22, Kevin Wolf wrote: > >>> > > Commit implemented the 'enospc' policy as 'ignore' if the error was not > >> > > >> > Was there supposed to be a commit id in this sentence? > > Yes. Or well, I intended to put a commit id there, but it's really since > > live commit was first merged in 747ff602. > > Curious, I read it as "[The commit block job] implemented the 'enospc' > policy as 'ignore'"! Ah, yes, I guess that's what I meant then. Makes a lot more sense than referring to a commit when the bug has always existed. There was a full weekend between writing this and replying to Eric, if that works as an excuse for misunderstanding my own commit message. ;-) Kevin