]> git.baikalelectronics.ru Git - kernel.git/commit
mm/vmscan: update the comment of should_continue_reclaim()
authorQiwu Chen <qiwuchen55@gmail.com>
Wed, 3 Jun 2020 23:01:21 +0000 (16:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 Jun 2020 03:09:47 +0000 (20:09 -0700)
commit35e2c0ef88905926e60fcd2bdad1aa449804148b
tree089151373ed3eb4591b90cb4871cfaad8cb6c282
parent6cdda6a8aa2b30223b7afcc92b78b46260af9db5
mm/vmscan: update the comment of should_continue_reclaim()

try_to_compact_zone() has been replaced by try_to_compact_pages(), which
is necessary to be updated in the comment of should_continue_reclaim().

Signed-off-by: Qiwu Chen <chenqiwu@xiaomi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20200501034907.22991-1-chenqiwu@xiaomi.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/vmscan.c