From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Sun, 19 Feb 2017 19:46:57 +0000 Subject: Re: [PATCH] nvmet-rdma: Fix error handling Message-Id: <20170219194657.GA6591@lst.de> List-Id: References: <20170219190438.19371-1-christophe.jaillet@wanadoo.fr> In-Reply-To: <20170219190438.19371-1-christophe.jaillet@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kernel-janitors@vger.kernel.org On Sun, Feb 19, 2017 at 08:04:38PM +0100, Christophe JAILLET wrote: > According to the surrounding goto, it is likely that 'out_destroy_sq' was > expected here. s/surrounding/preceeding/ ? But the patch itself looks good, thanks. Reviewed-by: Christoph Hellwig From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@lst.de (Christoph Hellwig) Date: Sun, 19 Feb 2017 20:46:57 +0100 Subject: [PATCH] nvmet-rdma: Fix error handling In-Reply-To: <20170219190438.19371-1-christophe.jaillet@wanadoo.fr> References: <20170219190438.19371-1-christophe.jaillet@wanadoo.fr> Message-ID: <20170219194657.GA6591@lst.de> On Sun, Feb 19, 2017@08:04:38PM +0100, Christophe JAILLET wrote: > According to the surrounding goto, it is likely that 'out_destroy_sq' was > expected here. s/surrounding/preceeding/ ? But the patch itself looks good, thanks. Reviewed-by: Christoph Hellwig From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751515AbdBSTte (ORCPT ); Sun, 19 Feb 2017 14:49:34 -0500 Received: from verein.lst.de ([213.95.11.211]:55476 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750938AbdBSTtd (ORCPT ); Sun, 19 Feb 2017 14:49:33 -0500 Date: Sun, 19 Feb 2017 20:46:57 +0100 From: Christoph Hellwig To: Christophe JAILLET Cc: hch@lst.de, sagi@grimberg.me, linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH] nvmet-rdma: Fix error handling Message-ID: <20170219194657.GA6591@lst.de> References: <20170219190438.19371-1-christophe.jaillet@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170219190438.19371-1-christophe.jaillet@wanadoo.fr> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 19, 2017 at 08:04:38PM +0100, Christophe JAILLET wrote: > According to the surrounding goto, it is likely that 'out_destroy_sq' was > expected here. s/surrounding/preceeding/ ? But the patch itself looks good, thanks. Reviewed-by: Christoph Hellwig