]> Git Repo - linux.git/commit
afs: convert afs_writepages_region() to use filemap_get_folios_tag()
authorVishal Moola (Oracle) <[email protected]>
Wed, 4 Jan 2023 21:14:30 +0000 (13:14 -0800)
committerAndrew Morton <[email protected]>
Fri, 3 Feb 2023 06:33:14 +0000 (22:33 -0800)
commitacc8d8588cb7e3e64b0d2fa611dad06574cd67b1
treedcb811fa1d10af8269f670e58ce444416daf6767
parent0fff435f060c8b29cb068d4068cb2df513046865
afs: convert afs_writepages_region() to use filemap_get_folios_tag()

Convert to use folios throughout.  This function is in preparation to
remove find_get_pages_range_tag().

Also modify this function to write the whole batch one at a time, rather
than calling for a new set every single write.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Vishal Moola (Oracle) <[email protected]>
Tested-by: David Howells <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
fs/afs/write.c
This page took 0.058937 seconds and 4 git commands to generate.