]> git.baikalelectronics.ru Git - kernel.git/commit
mm/fork: Pass new vma pointer into copy_page_range()
authorPeter Xu <peterx@redhat.com>
Fri, 25 Sep 2020 22:25:58 +0000 (18:25 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Sep 2020 18:21:35 +0000 (11:21 -0700)
commit44e4ab2a9a22c120b79682cceda3c6198b2eab41
treea4c071695b74a7af6299d4ccf1ac35909c25a798
parent5d134b2920043685da94b0d361bb520ca1d8c986
mm/fork: Pass new vma pointer into copy_page_range()

This prepares for the future work to trigger early cow on pinned pages
during fork().

No functional change intended.

Signed-off-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/mm.h
kernel/fork.c
mm/memory.c