]> Git Repo - linux.git/commit - mm/mmap.c
mm/mmap: use maple tree for unmapped_area{_topdown}
authorLiam R. Howlett <[email protected]>
Tue, 6 Sep 2022 19:48:47 +0000 (19:48 +0000)
committerAndrew Morton <[email protected]>
Tue, 27 Sep 2022 02:46:15 +0000 (19:46 -0700)
commit3499a13168da6a0c122c70f24e653b650d18c882
tree6c7a9efb08d115e2df9d9e33fe04f38f0cd21148
parent7fdbd37da5c6ff002dc6d15e89a7708c2df4928e
mm/mmap: use maple tree for unmapped_area{_topdown}

The maple tree code was added to find the unmapped area in a previous
commit and was checked against what the rbtree returned, but the actual
result was never used.  Start using the maple tree implementation and
remove the rbtree code.

Add kernel documentation comment for these functions.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Liam R. Howlett <[email protected]>
Tested-by: Yu Zhao <[email protected]>
Cc: Catalin Marinas <[email protected]>
Cc: David Hildenbrand <[email protected]>
Cc: David Howells <[email protected]>
Cc: Davidlohr Bueso <[email protected]>
Cc: "Matthew Wilcox (Oracle)" <[email protected]>
Cc: SeongJae Park <[email protected]>
Cc: Sven Schnelle <[email protected]>
Cc: Vlastimil Babka <[email protected]>
Cc: Will Deacon <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
mm/mmap.c
This page took 0.047854 seconds and 4 git commands to generate.