OSDN Git Service

mm/mmap: fix comment of unmapped_area{_topdown}
authorVernon Yang <vernon2gm@gmail.com>
Wed, 11 Jan 2023 13:20:36 +0000 (21:20 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 3 Feb 2023 06:33:01 +0000 (22:33 -0800)
commit82b249361f2d1627acc7dbbdab1c80246a02fd4a
treeb0c9005fb4367006c28d900d48aa1779b67bc0a0
parentf942b0f0528d1198b94b8211c84d4f28a654c0ff
mm/mmap: fix comment of unmapped_area{_topdown}

The low_limit of unmapped area information is inclusive, and the
hight_limit is not, so make symbol to be [ instead of (.

And replace hight_limit to high_limit.

Link: https://lkml.kernel.org/r/20230111132036.801404-1-vernon2gm@gmail.com
Fixes: 3499a13168da ("mm/mmap: use maple tree for unmapped_area{_topdown}")
Signed-off-by: Vernon Yang <vernon2gm@gmail.com>
Cc: Liam R. Howlett <Liam.Howlett@oracle.com>
Cc: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/mmap.c