]> git.baikalelectronics.ru Git - kernel.git/commit
mm, vmscan: fix an outdated comment still mentioning get_scan_ratio
authorJerome Marchand <jmarchan@redhat.com>
Wed, 6 Aug 2014 23:08:01 +0000 (16:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Aug 2014 01:01:22 +0000 (18:01 -0700)
commit1309905fc17ff7cd5f12630aeaca1132011de0bf
treeb86f0f606f3f6dbfa87d8ad1b663a7f286b566a3
parentff57eff8b3182d97e5dcc029dc55d1ac17187452
mm, vmscan: fix an outdated comment still mentioning get_scan_ratio

Quite a while ago, get_scan_ratio() has been renamed get_scan_count(),
however a comment in shrink_active_list() still mention it.  This patch
fixes the outdated comment.

Signed-off-by: Jerome Marchand <jmarchan@redhat.com>
Cc: Michal Hocko <mhocko@suse.cz>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Rik van Riel <riel@redhat.com>
Cc: Mel Gorman <mgorman@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/vmscan.c