commit | f9d86a60572295ebb53c87a4305dc89b487711bd | [log] [tgz] |
---|---|---|
author | Wei Yang <[email protected]> | Tue Oct 13 16:53:57 2020 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Oct 13 18:38:31 2020 -0700 |
tree | 1d6a67b92abb7facc398f9aa8850648f19527499 | |
parent | a08d93e5752a35a771054f6c463f789720f9a3e8 [diff] |
mm/mmap: leave adjust_next as virtual address instead of page frame number Instead of converting adjust_next between bytes and pages number, let's just store the virtual address into adjust_next. Also, this patch fixes one typo in the comment of vma_adjust_trans_huge(). [[email protected]: changelog tweak] Signed-off-by: Wei Yang <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Acked-by: Vlastimil Babka <[email protected]> Cc: Mike Kravetz <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>