From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:44322 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752615AbdFMXWo (ORCPT ); Tue, 13 Jun 2017 19:22:44 -0400 Subject: Re: [PATCH 09/33] configfs: Introduce config_item_get_unless_zero() To: Bart Van Assche , Nicholas Bellinger References: <20170523234854.21452-1-bart.vanassche@sandisk.com> <20170523234854.21452-10-bart.vanassche@sandisk.com> Cc: target-devel@vger.kernel.org, Joel Becker , Christoph Hellwig , linux-fsdevel@vger.kernel.org From: Mike Christie Message-ID: <594073C2.8070301@redhat.com> Date: Tue, 13 Jun 2017 18:22:42 -0500 MIME-Version: 1.0 In-Reply-To: <20170523234854.21452-10-bart.vanassche@sandisk.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On 05/23/2017 06:48 PM, Bart Van Assche wrote: > This new function is needed to fix a deadlock in the SCSI target > XCOPY implementation. > > Signed-off-by: Bart Van Assche > Cc: Joel Becker > Cc: Christoph Hellwig > Cc: linux-fsdevel@vger.kernel.org Looks ok and test by me. Reviewed-by: Mike Christie