commit | 04241ffe3f0458d54c61cf6c9d58d703efda4dd5 | [log] [tgz] |
---|---|---|
author | Liam R. Howlett <Liam.Howlett@Oracle.com> | Fri Jan 20 11:26:47 2023 -0500 |
committer | Andrew Morton <akpm@linux-foundation.org> | Thu Feb 09 16:51:38 2023 -0800 |
tree | 57c1fcb6bdff5e1f9ccf412ed1379b7ec89dc39e | |
parent | cf51e86dfbe39b7cae3a9de650d035af22dd5fb4 [diff] |
mm/mmap: introduce dup_vma_anon() helper Create a helper for duplicating the anon vma when adjusting the vma. This simplifies the logic of __vma_adjust(). Link: https://lkml.kernel.org/r/20230120162650.984577-47-Liam.Howlett@oracle.com Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>