Re: Notebooks

Craig Schlenter (craig@is.co.za)
Wed, 19 Aug 1998 08:24:31 +0200 (SAST)


On Tue, 18 Aug 1998, Linus Torvalds wrote:

[snip]
> [snip] 2.1.116 has a few patches that it
> _shouldn't_ have had and that made it into the final release by mistake
> (the page aging code shouldn't have been ifdeffed out), but it seems
[snip]

Are you referring to this part of the patch?

+++ linux/mm/filemap.c Tue Aug 18 13:21:49 1998
@@ -172,10 +172,12 @@
break;
}
age_page(page);
+#if 0
if (page->age)
break;
if (page_cache_size * 100 < (page_cache.min_percent * num_physpages))
break;
+#endif
if (PageSwapCache(page)) {
delete_from_swap_cache(page);
return 1;

Thank you,

--Craig

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html