[PATCH] remove completly bogus comment inside __alloc_pages() try_to_free_pages handling
authorMarcelo Tosatti <marcelo.tosatti@cyclades.com>
Fri, 8 Jul 2005 00:56:05 +0000 (17:56 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 8 Jul 2005 01:23:35 +0000 (18:23 -0700)
commit37b173a4d03d1681e6c9529bc43d7a3308132db6
tree478802dfe5afee12589d4d5533f8312a923c4ec2
parent79b9ce311e192e9a31fd9f3cf1ee4a4edf9e2650
[PATCH] remove completly bogus comment inside __alloc_pages() try_to_free_pages handling

Remove completly bogus comment from did_some_progress != 0 handling (that
same comment is a few lines below on did_some_progress = 0 case, where it
belongs).

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/page_alloc.c