From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BA19219C55B for ; Wed, 2 Oct 2024 22:37:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727908631; cv=none; b=Jl9pLDhIbc4uqYR/IBJfL+MXNd9+4YjaIjuYfvOykvTYhPjMRfyuSkI9wXVVBckSU8P9fq4jjANiBlWA0bbr0fhomgFg7lgXEdMaldhml4Ihj52ExO8DHX+9S2cLLUnckQr6vzI5Z23I38blLd9Qj2/H/9xuQpkgzEEdZepsHOc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727908631; c=relaxed/simple; bh=cKkrQddCrk2qI/AHiqd0pNeZ13L42DdPBzzHZtWLgMU=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=iXBIfDwgDH4V78kqtDIYcqP9V6xpjP6pzT8ejwtct5H84hGaBD8ifrHKL6TXMVqg8f+yIvwSkevdec4lqAyul49dzAKXmp4/uCaUDW6M2vUPuUzmeoiLvkE9MB6dT6uIpVPg9mu7N9tTBRa5OdR6V+EalkoFAgiAcLFrTL2Lnw8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=BAkoME5e; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="BAkoME5e" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 91DECC4CEC2; Wed, 2 Oct 2024 22:37:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1727908631; bh=cKkrQddCrk2qI/AHiqd0pNeZ13L42DdPBzzHZtWLgMU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=BAkoME5ejyI7tcsNBILBrT1WpuaF07HFeIeX4N+ch9y7o3RzuVsTKOCu8KO8/6BT0 HbdjnJgnG91cAxzjsTsIKwIZ/pF7SDOULw1eSDXicmuS89bGL/tkoca2p1tkx7Shv9 JirSzVt/hFUvBYeVqNhjzscBZ+Akbd/lsvIzCFpOEv75kqGYgB1230+ymwOkCHz7QU lUuKcXEkdIjxwIrSTaQUqwUb/1eLdJCslxt+owPVxau7snW5ZW/X1q5nfL0FQSyvxc RAL+aFLhEMTxaMA2JAmrXexAFzGl1VnaNprhZwawmCVIrfMmjIE3uAbyar2fE6K6lJ DfEBQeVXwWcWA== Message-ID: <760414b2-3fec-473a-bb1a-56619c18ecdc@kernel.org> Date: Thu, 3 Oct 2024 07:37:04 +0900 Precedence: bulk X-Mailing-List: linux-scsi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 09/11] scsi: Convert SCSI drivers to .sdev_configure() To: Bart Van Assche , "Martin K . Petersen" Cc: linux-scsi@vger.kernel.org, Geoff Levand , Khalid Aziz , Jason Gunthorpe , Leon Romanovsky , Sathya Prakash , Sreekanth Reddy , Suganath Prabu Subramani , Steffen Maier , Benjamin Block , Heiko Carstens , Vasily Gorbik , Alexander Gordeev , Adam Radford , "James E.J. Bottomley" , Adaptec OEM Raid Solutions , Matthew Wilcox , Hannes Reinecke , Anil Gurumurthy , Sudarsana Kalluru , Saurav Kashyap , Javed Hasan , GR-QLogic-Storage-Upstream@marvell.com, Don Brace , Tyrel Datwyler , Michael Ellerman , James Smart , Dick Kennedy , Nilesh Javali , Karan Tilak Kumar , Sesidhar Baddela , "K. Y. Srinivasan" , Haiyang Zhang , Wei Liu , Dexuan Cui , Juergen Gross , Stefano Stabellini , Greg Kroah-Hartman , ching Huang , Bjorn Helgaas , Soumya Negi References: <20241002203528.4104996-1-bvanassche@acm.org> <20241002203528.4104996-10-bvanassche@acm.org> From: Damien Le Moal Content-Language: en-US Organization: Western Digital Research In-Reply-To: <20241002203528.4104996-10-bvanassche@acm.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 10/3/24 05:34, Bart Van Assche wrote: > The only difference between the .sdev_configure() and .slave_configure() > methods is that the former accepts an additional 'limits' argument. > Convert all SCSI drivers that define a .slave_configure() method to > .sdev_configure(). This patch prepares for removing the > .slave_configure() method. No functionality has been changed. > > Acked-by: Geoff Levand # for ps3rom > Acked-by: Khalid Aziz # for the BusLogic driver > Cc: Damien Le Moal > Signed-off-by: Bart Van Assche Looks good to me. Reviewed-by: Damien Le Moal -- Damien Le Moal Western Digital Research