Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f168e1b6 authored by Vincent Li's avatar Vincent Li Committed by Linus Torvalds
Browse files

mm/vmscan: remove page_queue_congested() comment



Commit 084f71ae(kill page_queue_congested()) removed
page_queue_congested().  Remove the page_queue_congested() comment in
vmscan pageout() too.

Signed-off-by: default avatarVincent Li <macli@brc.ubc.ca>
Reviewed-by: default avatarKOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f8629631
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -366,7 +366,6 @@ static pageout_t pageout(struct page *page, struct address_space *mapping,
	 * block, for some throttling. This happens by accident, because
	 * swap_backing_dev_info is bust: it doesn't reflect the
	 * congestion state of the swapdevs.  Easy to fix, if needed.
	 * See swapfile.c:page_queue_congested().
	 */
	if (!is_page_cache_freeable(page))
		return PAGE_KEEP;