Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp1782756pxb; Sat, 14 Nov 2020 02:03:27 -0800 (PST) X-Google-Smtp-Source: ABdhPJw8/7AdYFz3rOv28MvRIJhHuY7A9DxgGH/q8ks+iMAFUxx9YMNjk/zO48awK6k9wa+QNt5B X-Received: by 2002:a17:906:114b:: with SMTP id i11mr5827605eja.106.1605348206838; Sat, 14 Nov 2020 02:03:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605348206; cv=none; d=google.com; s=arc-20160816; b=tRYj9sU6mWtGb4ZOBZE4UxC4XPdZBtm+KukuIXc95JSkt4qaTRy4Ok4035EOQXahjH 5x3eyvNp66iPQKEFNF18INX2c4oNqXdlqv/D1BU9+Fk+tWqs0qawFhbJo/imJ1DMgr81 dlAYyBIdg7yVcmCe1ED/TwKR2KklWxjfhRY7M7frBVszhEig8ZkecF4/kTtzOrHOjUvd PfxKP0tKdDxI2oYVKFLbwakYOvpIv2p9tl8QLP+cyEmHnwoOvGZwDfXdofS3BAy7TVCU kFaWA0WRAeefRbTvJo0avBJV/IWgou8dzhjG3r61KrVwjpZhpWIfj1dCiLXF8uyZTXwY mzYw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=4S2L4DQRpTJQtEy38CIIiSEzZMHqVryI6yK/Ct9J7s4=; b=RmBzYJKr1G3hc1aycNN70pXckQvHg9Oj1KTRGK9vqWpkH9qOf/twpdNtmIlEjMlFJg 1SEIjOjm3Kld906XdjfN8JvohksBhNu4AueqgMN8h1+JaZdjkJMCHKJ3HV3Tm3wOnmdj vW0OR4I5jB8vxIqeCFUBriL6qXlE0HSvRihU8vWJcwebzGO286jkU1IFdXB+YfOjRL+L eQuky8j2JCnPnib/5s95y3e1TsztOtora+PA4alR1tezTiNzO4WB+ptokXg3QpiO3Q65 iOt7bflPvRbKGSzpQsW++tDJ+z3PEqs9qi4OQiwNuKrGq3YUeMHSGklPSrl9TLor3vpv +m4g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dc8si7776219ejb.647.2020.11.14.02.03.04; Sat, 14 Nov 2020 02:03:26 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726630AbgKNKBV (ORCPT + 99 others); Sat, 14 Nov 2020 05:01:21 -0500 Received: from verein.lst.de ([213.95.11.211]:49900 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726481AbgKNKBV (ORCPT ); Sat, 14 Nov 2020 05:01:21 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 5B51867373; Sat, 14 Nov 2020 11:01:19 +0100 (CET) Date: Sat, 14 Nov 2020 11:01:19 +0100 From: Christoph Hellwig To: "Matthew Wilcox (Oracle)" Cc: linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, akpm@linux-foundation.org, hughd@google.com, hch@lst.de, hannes@cmpxchg.org, yang.shi@linux.alibaba.com, dchinner@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 05/16] mm/filemap: Rename find_get_entry to mapping_get_entry Message-ID: <20201114100119.GF19102@lst.de> References: <20201112212641.27837-1-willy@infradead.org> <20201112212641.27837-6-willy@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201112212641.27837-6-willy@infradead.org> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 12, 2020 at 09:26:30PM +0000, Matthew Wilcox (Oracle) wrote: > find_get_entry doesn't "find" anything. It returns the entry at > a particular index. > > Signed-off-by: Matthew Wilcox (Oracle) Looks good, Reviewed-by: Christoph Hellwig