Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mm: allow fault_dirty_shared_page() to be called under the VMA lock
By making maybe_unlock_mmap_for_io() handle the VMA lock correctly, we make fault_dirty_shared_page() safe to be called without the mmap lock held. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Matthew Wilcox (Oracle) <[email protected]> Reported-by: David Hildenbrand <[email protected]> Tested-by: Suren Baghdasaryan <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
- Loading branch information