]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
kernel/fork: Drop vma_store entirely
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 17 Sep 2020 18:08:08 +0000 (14:08 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 30 Oct 2020 19:11:57 +0000 (15:11 -0400)
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
kernel/fork.c

index 5ac38d69d178cb7f4476ed4729661fea1824c0bb..d90228f23df8d320475beb8e5e33d3a222a6c55e 100644 (file)
@@ -593,7 +593,6 @@ static __latent_entropy int dup_mmap(struct mm_struct *mm,
                prev = tmp;
 
                /* Link the vma into the MT */
-               //vma_store(mm, tmp);
                mas_dup_store(&mas, tmp);
 
                mm->map_count++;