projects
/
users
/
jedix
/
linux-maple.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8a858b
)
mm/mmap: Fux mm->map reference to mm->mmap after rebase
author
Liam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 2 Nov 2020 01:02:10 +0000
(20:02 -0500)
committer
Liam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 5 Jan 2021 17:30:40 +0000
(12:30 -0500)
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
mm/mmap.c
patch
|
blob
|
history
diff --git
a/mm/mmap.c
b/mm/mmap.c
index 4cb88a4e0bb5ee022293914ea963095b1d9d6441..ad3c8e55d7fa80c4a160067a1104392141ff2082 100644
(file)
--- a/
mm/mmap.c
+++ b/
mm/mmap.c
@@
-2664,7
+2664,7
@@
int __do_munmap(struct mm_struct *mm, unsigned long start, size_t len,
* unlock any mlock()ed ranges before detaching vmas
*/
if (mm->locked_vm)
- unlock_range(mm->map, end);
+ unlock_range(mm->m
m
ap, end);
/* Detach vmas from the MM linked list and remove from the mm tree*/
if (!detach_vmas_to_be_unmapped(mm, vma, prev, end))