From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Date: Wed, 18 Jan 2023 13:49:13 +0000 Subject: [Cluster-devel] [PATCH 2/9] mm: make mapping_get_entry available outside of filemap.c In-Reply-To: <20230118094329.9553-3-hch@lst.de> References: <20230118094329.9553-1-hch@lst.de> <20230118094329.9553-3-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:22AM +0100, Christoph Hellwig wrote: > mapping_get_entry is useful for page cache API users that need to know > about xa_value internals. Rename it and make it available in pagemap.h. > > Signed-off-by: Christoph Hellwig Reviewed-by: Matthew Wilcox (Oracle)