OSDN Git Service

mm/vmscan: remove obsolete comment in get_scan_count
authorMiaohe Lin <linmiaohe@huawei.com>
Fri, 29 Apr 2022 06:16:04 +0000 (23:16 -0700)
committerakpm <akpm@linux-foundation.org>
Fri, 29 Apr 2022 06:16:04 +0000 (23:16 -0700)
commit02e458d8d04ed952a0451c094e6498c6829c28e8
treea4e4eb051b14374e872732bc95f5dbbf44edaf8b
parent8b3a899abe15e68b8b82ff96c2f4e8c9a37874a0
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