diff options
author | Vincent Li <macli@brc.ubc.ca> | 2009-09-21 17:03:12 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-22 07:17:39 -0700 |
commit | f168e1b6390e2d79cf57e48e6ae6d9b0a9e2851a (patch) | |
tree | 8b265240661b26cea90aebd279cd420bfbfcd368 | |
parent | f86296317434b21585e229f6c49a33cb9ebab4d3 (diff) | |
download | op-kernel-dev-f168e1b6390e2d79cf57e48e6ae6d9b0a9e2851a.zip op-kernel-dev-f168e1b6390e2d79cf57e48e6ae6d9b0a9e2851a.tar.gz |
mm/vmscan: remove page_queue_congested() comment
Commit 084f71ae5c(kill page_queue_congested()) removed
page_queue_congested(). Remove the page_queue_congested() comment in
vmscan pageout() too.
Signed-off-by: Vincent Li <macli@brc.ubc.ca>
Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | mm/vmscan.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c index 0e7f5e4..613e89f 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c @@ -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; |