]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap/vma_merge: convert mergeability checks to return bool
authorVlastimil Babka <vbabka@suse.cz>
Thu, 9 Mar 2023 11:12:56 +0000 (12:12 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 5 Apr 2023 23:02:27 +0000 (16:02 -0700)
commitf4424b80d28b6e35fcbb7337b0c9bfcfe7add979
tree90d8396a318b3ea8c1725aa7f9f3be11f2026775
parent9e98be193ba2457c684dcbde2858fa7a5be25ab3
mm/mmap/vma_merge: convert mergeability checks to return bool

The comments already mention returning 'true' so make the code match them.

Link: https://lkml.kernel.org/r/20230309111258.24079-9-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