mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] 2.4.23-pre7 vmscan.c typo
@ 2003-10-20  1:40 Shantanu Goel
  2003-10-20  5:00 ` Andrew Morton
  0 siblings, 1 reply; 4+ messages in thread
From: Shantanu Goel @ 2003-10-20  1:40 UTC (permalink / raw)
  To: Kernel

[-- Attachment #1: Type: text/plain, Size: 199 bytes --]

The following appears to be a typo in mm/vmscan.c

Thanks,
Shantanu

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

[-- Attachment #2: vmscan.c.patch --]
[-- Type: application/octet-stream, Size: 244 bytes --]

--- vmscan.c.~1~	2003-10-19 21:36:26.000000000 -0400
+++ vmscan.c	2003-10-19 21:37:17.000000000 -0400
@@ -596,7 +596,7 @@
 			continue;
 		}
 
-		nr_pages--;
+		ratio--;
 
 		del_page_from_active_list(page);
 		add_page_to_inactive_list(page);

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-10-20 11:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-20  1:40 [PATCH] 2.4.23-pre7 vmscan.c typo Shantanu Goel
2003-10-20  5:00 ` Andrew Morton
2003-10-20  5:32   ` Andrea Arcangeli
2003-10-20 10:54     ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome