diff options
author | Liam Howlett <liam.howlett@oracle.com> | 2023-01-09 20:58:20 +0000 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-01-11 16:14:23 -0800 |
commit | fd9edbdbdcde6b489ce59f326755ef16a2ffadd7 (patch) | |
tree | 49d2fcc6a95e3e519b02a53bfc613f1735fa67c0 /COPYING | |
parent | 80be727ec87225797771a39f3e6801baf291faaf (diff) | |
download | linux-fd9edbdbdcde6b489ce59f326755ef16a2ffadd7.tar.bz2 |
nommu: fix split_vma() map_count error
During the maple tree conversion of nommu, an error in counting the VMAs
was introduced by counting the existing VMA again. The counting used to
be decremented by one and incremented by two, but now it only increments
by two. Fix the counting error by moving the increment outside the
setup_vma_to_mm() function to the callers.
Link: https://lkml.kernel.org/r/20230109205809.956325-1-Liam.Howlett@oracle.com
Fixes: 8220543df148 ("nommu: remove uses of VMA linked list")
Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Vlastimil Babka <vbabka@suse.cz>
Cc: Yu Zhao <yuzhao@google.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions