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=-6.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 80965C4363A for ; Wed, 21 Oct 2020 20:43:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EC6982417F for ; Wed, 21 Oct 2020 20:43:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="pLs6Fw24" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2439419AbgJUUnf (ORCPT ); Wed, 21 Oct 2020 16:43:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38446 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2405621AbgJUUnf (ORCPT ); Wed, 21 Oct 2020 16:43:35 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 12042C0613CE for ; Wed, 21 Oct 2020 13:43:35 -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=Lu+hGrdqeWMftTlTMobTvofpTtHSyJ0i3sN8+ViuhWw=; b=pLs6Fw24U1S/xJW6kT9LgOdc9c PWDGagljMAqzy5KHOnNjTRQcryrg5kVEes3Zg606P5R9ZYCCgiq+txRfD1azjEtzpXUO9hJhmRX1B UsVa2NlBMR3PqHSgkVzNMAHgcGb78y0WuxEYZEREcf5Drnwgd5ZNqQorfvh29IFvDye5TnXTQgSB0 xj9oQHf3+awaZoPT4GvbpHrlHiI1+SgKals5HFonQRbLu1ujJAjupODb3G41ETA/IVz395xT4rT2X RHag7AJBAv8F7XetNQn583a7t9reBkHsk1yVbBfB9bwOdg0V2fK6vhwD9f7maJcMUmaPN0EeGpey6 wlUSVVbA==; Received: from willy by casper.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1kVKxI-0006Cw-GM; Wed, 21 Oct 2020 20:43:32 +0000 Date: Wed, 21 Oct 2020 21:43:32 +0100 From: Matthew Wilcox To: Jeff Layton Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH] mm: remove pagevec_lookup_range_nr_tag Message-ID: <20201021204332.GN20115@casper.infradead.org> References: <20201021193926.101474-1-jlayton@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201021193926.101474-1-jlayton@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 21, 2020 at 03:39:26PM -0400, Jeff Layton wrote: > With the merge of 2e1692966034 (ceph: have ceph_writepages_start call > pagevec_lookup_range_tag), nothing calls this anymore. > > Cc: Matthew Wilcox > Signed-off-by: Jeff Layton Reviewed-by: Matthew Wilcox (Oracle)