Re: [Cluster-devel] [PATCH 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()

2022-09-02 Thread kernel test robot
Hi "Vishal, Thank you for the patch! Yet something to improve: [auto build test ERROR on jaegeuk-f2fs/dev-test] [also build test ERROR on kdave/for-next linus/master v6.0-rc3] [cannot apply to ceph-client/for-linus next-20220901] [If your patch is applied to the wrong git tree, kindly drop us a

Re: [Cluster-devel] [PATCH 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()

2022-09-02 Thread kernel test robot
Hi "Vishal, Thank you for the patch! Yet something to improve: [auto build test ERROR on jaegeuk-f2fs/dev-test] [also build test ERROR on kdave/for-next linus/master v6.0-rc3] [cannot apply to ceph-client/for-linus next-20220901] [If your patch is applied to the wrong git tree, kindly drop us a

[Cluster-devel] [PATCH 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()

2022-09-02 Thread Vishal Moola (Oracle)
Converted the function to use folios. This is in preparation for the removal of find_get_pages_range_tag(). Also modified f2fs_all_cluster_page_ready to take in a folio_batch instead of pagevec. This does NOT support large folios. The function currently only utilizes folios of size 1 so this