]> 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>
Tue, 5 Jan 2021 17:30:26 +0000 (12:30 -0500)
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
kernel/fork.c

index 5270e38bc694295da04841dcd3f1bc7fa7237695..7b217b0ca234defbff74ff028e1aaf6ef1a10c69 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++;