Re: [Cluster-devel] [PATCH 05/23] afs: Convert afs_writepages_region() to use filemap_get_folios_tag()

2022-10-14 Thread David Howells
Vishal Moola (Oracle) wrote: > Convert to use folios throughout. This function is in preparation to > remove find_get_pages_range_tag(). > > Also modified this function to write the whole batch one at a time, > rather than calling for a new set every single write. > > Signed-off-by: Vishal

[Cluster-devel] [PATCH 05/23] afs: Convert afs_writepages_region() to use filemap_get_folios_tag()

2022-09-02 Thread Vishal Moola (Oracle)
Convert to use folios throughout. This function is in preparation to remove find_get_pages_range_tag(). Also modified this function to write the whole batch one at a time, rather than calling for a new set every single write. Signed-off-by: Vishal Moola (Oracle) --- fs/afs/write.c | 114