diff options
author | 2021-10-04 16:44:16 -0600 | |
---|---|---|
committer | 2021-10-04 16:44:16 -0600 | |
commit | b718f9d919d16fb7b97a890f74d34593d9cecd20 (patch) | |
tree | ed38d58283ae36e0478bac2e0d244e06dbcc2f1c /mm/memory.c | |
parent | docs: checkpatch: add multiline, do/while, and multiple-assignment messages (diff) | |
parent | Linux 5.15-rc4 (diff) | |
download | linux-dev-b718f9d919d16fb7b97a890f74d34593d9cecd20.tar.xz linux-dev-b718f9d919d16fb7b97a890f74d34593d9cecd20.zip |
Merge tag 'v5.15-rc4' into docs-next
This is needed to get a docs fix that entered via the DRM tree; testers
have requested it so that PDF builds in docs-next work again.
Diffstat (limited to 'mm/memory.c')
-rw-r--r-- | mm/memory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/memory.c b/mm/memory.c index 25fc46e87214..adf9b9ef8277 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -3403,6 +3403,7 @@ void unmap_mapping_pages(struct address_space *mapping, pgoff_t start, unmap_mapping_range_tree(&mapping->i_mmap, &details); i_mmap_unlock_write(mapping); } +EXPORT_SYMBOL_GPL(unmap_mapping_pages); /** * unmap_mapping_range - unmap the portion of all mmaps in the specified |