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 9758CC4332F for ; Mon, 12 Dec 2022 08:39:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231600AbiLLIjz (ORCPT ); Mon, 12 Dec 2022 03:39:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231537AbiLLIjy (ORCPT ); Mon, 12 Dec 2022 03:39:54 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 38969BEF; Mon, 12 Dec 2022 00:39:51 -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=Zr+LzmsqOxE2SWoY3n7ygSNQvczxGbNu/n79CO+xp7g=; b=kzRCc7F+pv0O7XF9u6CEPW9l95 S1z9Sfzlyqsad8kyIrx6+2VYUv/QD0vkG1AHwwOjn6jdQ80iCiXcxcqqSTwF288OQk/TD+Cineyjf vUwFIU0E8BiPRaFsH50Ko+wSmr76Gu4dosx86n6HUcSwjGEtiibaMUsSkENsR3p9aRMn/ENm4JxQO lDEzerdi1jwMMCq4oDkgsoRHnkBfKdWOOT7mFxsetzPQlPldS1tByN6riJWILOKyxsoRYMf/dIr3c ps42vz/g23DPk0q93YWqqi6zgcsutuQYlYnU3MWZZYCgcPCLttVUSGC2lKKVkKXSd6XvUNYy1+YIL PaCaoT7w==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1p4eLk-00AO7a-9p; Mon, 12 Dec 2022 08:39:48 +0000 Date: Mon, 12 Dec 2022 00:39:48 -0800 From: Christoph Hellwig To: Lukas Bulwahn Cc: "James E . J . Bottomley" , "Martin K . Petersen" , linux-scsi@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] scsi: remove left-over due to now gone pktcdvd shortcomings Message-ID: References: <20221209084130.31805-1-lukas.bulwahn@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221209084130.31805-1-lukas.bulwahn@gmail.com> 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-scsi@vger.kernel.org On Fri, Dec 09, 2022 at 09:41:30AM +0100, Lukas Bulwahn wrote: > Commit f40eb99897af ("pktcdvd: remove driver.") removes the pktcdvd driver, > including the config CDROM_PKTCDVD and CDROM_PKTCDVD_WCACHE, and the uapi > header file. > > Remove some further unneeded left-over due to now gone pktcdvd shortcomings > in the scsi library. Right now the removal is only in the block tree, so this will have to wait until that and the scsi tree are merged to mainline. I was actually going to send this patch at that point, but we can just pick up yours now: Reviewed-by: Christoph Hellwig