Re: [Cluster-devel] [PATCH v3 01/23] pagemap: Add filemap_grab_folio()

2022-10-24 Thread Matthew Wilcox
On Mon, Oct 17, 2022 at 01:24:29PM -0700, Vishal Moola (Oracle) wrote: > Add function filemap_grab_folio() to grab a folio from the page cache. > This function is meant to serve as a folio replacement for > grab_cache_page, and is used to facilitate the removal of > find_get_pages_range_tag(). I'm

Re: [Cluster-devel] [PATCH v3 01/23] pagemap: Add filemap_grab_folio()

2022-10-24 Thread Vishal Moola
On Mon, Oct 17, 2022 at 1:24 PM Vishal Moola (Oracle) wrote: > > Add function filemap_grab_folio() to grab a folio from the page cache. > This function is meant to serve as a folio replacement for > grab_cache_page, and is used to facilitate the removal of > find_get_pages_range_tag(). > > Signed-

[Cluster-devel] [PATCH v3 01/23] pagemap: Add filemap_grab_folio()

2022-10-17 Thread Vishal Moola (Oracle)
Add function filemap_grab_folio() to grab a folio from the page cache. This function is meant to serve as a folio replacement for grab_cache_page, and is used to facilitate the removal of find_get_pages_range_tag(). Signed-off-by: Vishal Moola (Oracle) --- include/linux/pagemap.h | 20 ++