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 X-Spam-Level: X-Spam-Status: No, score=-3.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,PDS_TONAME_EQ_TOLOCAL_SHORT, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F23E2C433E2 for ; Tue, 8 Sep 2020 19:51:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C844620768 for ; Tue, 8 Sep 2020 19:51:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731300AbgIHTvD (ORCPT ); Tue, 8 Sep 2020 15:51:03 -0400 Received: from verein.lst.de ([213.95.11.211]:53179 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730609AbgIHPt6 (ORCPT ); Tue, 8 Sep 2020 11:49:58 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 32A6668C65; Tue, 8 Sep 2020 16:23:35 +0200 (CEST) Date: Tue, 8 Sep 2020 16:23:34 +0200 From: Christoph Hellwig To: antlists Cc: Christoph Hellwig , Jens Axboe , Denis Efremov , Tim Waugh , Michal Simek , Borislav Petkov , "David S. Miller" , Song Liu , "Martin K. Petersen" , Finn Thain , Michael Schmitz , linux-m68k@lists.linux-m68k.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org, linux-raid@vger.kernel.org, linux-scsi@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 11/19] gdrom: use bdev_check_media_change Message-ID: <20200908142334.GA7344@lst.de> References: <20200902141218.212614-1-hch@lst.de> <20200902141218.212614-12-hch@lst.de> <0b8fa1fe-f2d5-bf18-2e8a-ad13e343629d@youngman.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0b8fa1fe-f2d5-bf18-2e8a-ad13e343629d@youngman.org.uk> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Wed, Sep 02, 2020 at 11:00:05PM +0100, antlists wrote: > On 02/09/2020 15:12, Christoph Hellwig wrote: >> The GD-ROM driver does not have a ->revalidate_disk method, so it can > ^^ (sic) No, this really is the GD-ROM and not the CD-ROM driver!