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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 56775C48BE5 for ; Wed, 16 Jun 2021 13:54:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3B300611EE for ; Wed, 16 Jun 2021 13:54:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233677AbhFPN4h (ORCPT ); Wed, 16 Jun 2021 09:56:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45492 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233718AbhFPN4S (ORCPT ); Wed, 16 Jun 2021 09:56:18 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CA5C9C0617AF; Wed, 16 Jun 2021 06:53:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; 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=vgcanmBaWEPTYxk9YYX1X9HoTPoV8jfXM0wcJQhAUoQ=; b=fgwmn8BgsRgkDQzIJ5FdXtqhPz R0p/51MWowYXfVIYOkLubeP6TdUYNGWGnoLQv6LSowXJ3Hb5giZia5XJ98i6+sJ70opNqCccLFzUQ PyNx1d10bCUxHd//DzvLjcQRwJbr0zQsakac3hivey0hFq+IDD5xyVhtgj842ZA/az2/YnUx7O/p0 qwMbCjiAnUqdwD7DwN6J1PxpkMG76/18P8/9Vgrgn4d6HBOsTxufnmF5JelVFQyWsXj2rz//PiqM0 S8zxqjIX8uzIP76bBtzg7Aljlu7WoUmF+D4ldcu/pMLYIyEJ5cHV0I54XeNNzntGI7633DVC7Haod GgZMbGCg==; Received: from hch by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltVyI-0086Pw-AE; Wed, 16 Jun 2021 13:52:51 +0000 Date: Wed, 16 Jun 2021 14:52:46 +0100 From: Christoph Hellwig To: Lee Jones Cc: Christoph Hellwig , linux-kernel@vger.kernel.org, Adrian Sun , Alan Cox , Andre Hedrick , Benjamin Herrenschmidt , Benoit Poulot-Cazajous , Christian Brunner , "Christopher J. Reimer" , CJ , Clear Zhang , "David S. Miller" , Duncan Laurie , Erik Andersen , Frank Tiernan , Gadi Oxman , Jens Axboe , linux-ide@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Mark Lord , Michael Ellerman , Mike Waychison , or , Paul Mackerras , Robert Bringman , Scott Snyder , Sergei Shtylyov , Tim Hockin Subject: Re: [PATCH 00/21] Rid W=1 warnings from IDE Message-ID: References: <20210602101722.2276638-1-lee.jones@linaro.org> <20210614091228.GB5285@dell> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210614091228.GB5285@dell> X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org On Mon, Jun 14, 2021 at 10:12:28AM +0100, Lee Jones wrote: > On Mon, 07 Jun 2021, Christoph Hellwig wrote: > > > Please don't touch this code as it is about to be removed entirely. > > Do you have an ETA for this work? I just resent the series.