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)
commitdf3a45f9d8ee41abd69f2a567ac3eeb2fd34a210
tree089151373ed3eb4591b90cb4871cfaad8cb6c282
parent730ec8c01a2bd6a311ada404398f44c142ac5e8e
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