]> 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>
Wed, 5 Apr 2023 23:02:26 +0000 (16:02 -0700)
commit9e98be193ba2457c684dcbde2858fa7a5be25ab3
tree8145a116c29a19655e3d0036623f1b3220dfd582
parent2ff6272431f44b6c1cdd82da82823c8343720549
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