From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5AA83C433F5 for ; Wed, 23 Feb 2022 06:30:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238342AbiBWGbT (ORCPT ); Wed, 23 Feb 2022 01:31:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47302 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234080AbiBWGbR (ORCPT ); Wed, 23 Feb 2022 01:31:17 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C0EF060ABB; Tue, 22 Feb 2022 22:30:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=Mym/h6YpZsFXh7+iKk8DwnZ9xaixR3q5K6YNYz/TNd4=; b=D3XA1T3Qe9IXl2DQ4wiKeSO5E9 O6Liu2jVV6RzN4A+mt3yfQ7krek8XnrYPid/TkgwGoMg1S6gL+tGRqYY9tozwfEqsrgV+OqByxvWf cpQ2ed8ei/HkApN0o7vHFpJwvIy4oNd1eLMICW8twW1g6PhPEIX20vUsX2WrTSFwjqXKKtX8fl2MB LkE7Kw9cDHXKVO6ia9dsjkBlzmCDBD2qEL+LmHj+2l1D6DOBh4XCYy2woFM2WmeZ6zFAvxCHG/50o oAdOyBKsDORvALn9GYpt86AsEsqYomPv0hnrmxY77H93uKgSzIW8kvZvaTYp6ZEOJNYDMqU9r5q5B pxTSH6vA==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nMlAf-00Cz1Y-7c; Wed, 23 Feb 2022 06:30:41 +0000 Date: Tue, 22 Feb 2022 22:30:41 -0800 From: Christoph Hellwig To: Finn Thain Cc: Christoph Hellwig , "Juergen E. Fischer" , "James E.J. Bottomley" , "Martin K. Petersen" , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] aha152x: Clean up struct scsi_pointer usage Message-ID: References: <4e17ff7295a96e31ed21ccb250c65b56c173b530.1645484982.git.fthain@linux-m68k.org> <62241a-be3-ed61-965f-afec1452f2c4@linux-m68k.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <62241a-be3-ed61-965f-afec1452f2c4@linux-m68k.org> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 23, 2022 at 10:08:08AM +1100, Finn Thain wrote: > Are you asking me to rework Bart's series? Or are you asking Martin to > drop it, or both, or neither... Neither. Either leave the as-far as I can tell harmless inconsistency as-is, or if you want to fix it up send a patch that removes the usage of scsi_pointer in aha152x entirely by adding the actually used members to the private structure.