]> 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)
commitfefff6922ac58fffcfcc4404ee3e191c48f05aa0
treea4c071695b74a7af6299d4ccf1ac35909c25a798
parentab185de10f6eaa1bdcf62132d7130424c613637e
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