]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/vmscan: remove obsolete comment in get_scan_count
authorMiaohe Lin <linmiaohe@huawei.com>
Thu, 14 Apr 2022 19:16:54 +0000 (12:16 -0700)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 14 Apr 2022 21:49:53 +0000 (17:49 -0400)
commit2bac2ebc694b51d894d1f42e525898941600d7f7
treeca07129f75484201800027cdb9b8a896b6503856
parent480cd5ee7475255df484471cb9e7e0b302571920
mm/vmscan: remove obsolete comment in get_scan_count

Since commit 1431d4d11abb ("mm: base LRU balancing on an explicit cost
model"), the relative value of each set of LRU lists is based on cost
model instead of rotated/scanned ratio.  Cleanup the relevant comment.

Link: https://lkml.kernel.org/r/20220409030245.61211-1-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/vmscan.c