commit | 7a4830c380f3a8b3425f6383deff58e65b2557b5 | [log] [tgz] |
---|---|---|
author | Peter Xu <peterx@redhat.com> | Fri Sep 25 18:25:58 2020 -0400 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Sep 27 11:21:35 2020 -0700 |
tree | a4c071695b74a7af6299d4ccf1ac35909c25a798 | |
parent | 008cfe4418b3dbda2ff820cdd7b1a5ce458ae444 [diff] |
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>