From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Date: Fri, 14 Oct 2022 14:59:34 +0100 Subject: [Cluster-devel] [PATCH 05/23] afs: Convert afs_writepages_region() to use filemap_get_folios_tag() In-Reply-To: <20220901220138.182896-6-vishal.moola@gmail.com> References: <20220901220138.182896-6-vishal.moola@gmail.com> <20220901220138.182896-1-vishal.moola@gmail.com> Message-ID: <1569540.1665755974@warthog.procyon.org.uk> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 Moola (Oracle) Tested-by: David Howells