From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1clEPA-0001ej-VI for qemu-devel@nongnu.org; Tue, 07 Mar 2017 07:39:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1clEPA-0006aj-Ac for qemu-devel@nongnu.org; Tue, 07 Mar 2017 07:39:52 -0500 Date: Tue, 7 Mar 2017 13:39:44 +0100 From: Kevin Wolf Message-ID: <20170307123944.GK5871@noname.str.redhat.com> References: <20170307110722.12583-1-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170307110722.12583-1-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/2] block: More robust error handling around perm check List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, Eric Blake , Jeff Cody , Max Reitz , qemu-block@nongnu.org Am 07.03.2017 um 12:07 hat Fam Zheng geschrieben: > v2: Fix error handling in both patches. [Kevin] > > These are a couple cases added with the op blocker changes, where errp is > available but we still use error_abort. Fix them for obvious reasons. Thanks, applied to the block branch. Kevin