Re: 2.6.0-test7-mm1
From: Thomas Schlichter (schlicht_at_uni-mannheim.de)
Date: 10/18/03
- Previous message: John Mock: "'drivers/block/swim3.c' fails to compile under 2.6.0-test8 [Bug #1370]"
- In reply to: Andrew Morton: "2.6.0-test7-mm1"
- Next in thread: Andrew Morton: "Re: 2.6.0-test7-mm1"
- Reply: Andrew Morton: "Re: 2.6.0-test7-mm1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Andrew Morton <akpm@osdl.org> Date: Sat, 18 Oct 2003 19:43:38 +0200
Hi Andrew,
On Wednesday 15 October 2003 10:36, Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test7/2
>.6.0-test7-mm1
~~ snip ~~
> +scale-min_free_kbytes.patch
>
> Scale min_free_kbytes according to machine size.
This patch actually doesn't work, as is uses nr_free_buffer_pages() before the
zonelists are set up. So min_free_kbytes is always set to 128.
The attached fix works here without a problem, but I'm not sure it doesn't
break anything...
Regards
Thomas
P.S.: 1. I've got a ported memsetup-fix from the 2.4 tree, if you want I could
send it to you.
2. Should we consider replacing the bogus int_sqrt() with the fb_sqrt()
version? (btw. it is always exact) We could place it somewhere central, so it
can be used from any place...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- text/x-diff attachment: fix-scale_min_free_pages.diff
- application/pgp-signature attachment: signature
- Previous message: John Mock: "'drivers/block/swim3.c' fails to compile under 2.6.0-test8 [Bug #1370]"
- In reply to: Andrew Morton: "2.6.0-test7-mm1"
- Next in thread: Andrew Morton: "Re: 2.6.0-test7-mm1"
- Reply: Andrew Morton: "Re: 2.6.0-test7-mm1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|