Re: [RFC PATCH 27/37] mm: implement speculative handling in do_fault_around()

From: Matthew Wilcox
Date: Tue Apr 06 2021 - 22:38:49 EST


On Tue, Apr 06, 2021 at 06:44:52PM -0700, Michel Lespinasse wrote:
> Change xfs_filemap_map_pages() account for the fact that it can not
> block anymore, as it is now running within an rcu read lock.

Better to just delete xfs_filemap_map_pages() and use filemap_map_pages
directly.