]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap/vma_merge: rename adj_next to adj_start
authorVlastimil Babka <vbabka@suse.cz>
Thu, 9 Mar 2023 11:12:55 +0000 (12:12 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 28 Mar 2023 23:25:05 +0000 (16:25 -0700)
commitb85711b8915bc7608d360ede2e7c2bcb8ad113dc
tree5329a807b2561c1e99e9f298fe1cfa58d61778d1
parent1b01814604280127858a4af993320a13066f52ac
mm/mmap/vma_merge: rename adj_next to adj_start

The variable 'adj_next' holds the value by which we adjust vm_start of a
vma in variable 'adjust', that's either 'next' or 'mid', so the current
name is inaccurate.  Rename it to 'adj_start'.

Link: https://lkml.kernel.org/r/20230309111258.24079-8-vbabka@suse.cz
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Cc: Lorenzo Stoakes <lstoakes@gmail.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Suren Baghdasaryan <surenb@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/mmap.c