From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Date: Wed, 18 Jan 2023 13:49:51 +0000 Subject: [Cluster-devel] [PATCH 3/9] mm: use filemap_get_entry in filemap_get_incore_folio In-Reply-To: <20230118094329.9553-4-hch@lst.de> References: <20230118094329.9553-1-hch@lst.de> <20230118094329.9553-4-hch@lst.de> Message-ID: List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Wed, Jan 18, 2023 at 10:43:23AM +0100, Christoph Hellwig wrote: > filemap_get_incore_folio wants to look at the details of xa_is_value > entries, but doesn't need any of the other logic in filemap_get_folio. > Switch it to use the lower-level filemap_get_entry interface. > > Signed-off-by: Christoph Hellwig Reviewed-by: Matthew Wilcox (Oracle)