Re: kswapd and MM overload fix

Linus Torvalds (torvalds@transmeta.com)
Tue, 5 Jun 2001 16:51:13 -0700 (PDT)


On Wed, 6 Jun 2001, Andrea Arcangeli wrote:
>
> that would fix it too indeed, OTOH I think changing the empty zone
> handling in the kernel is beyond the scope of the bugfix (grep for
> zone->size in mm/*.c :). Certainly making empty zones transparent to the
> vm sounds much cleaner from a mm/*.c point of view but it may be faster
> to skip the block with a branch instead of always computing it.

Agreed. I'd like to do both. Having uninitialized random stuff around and
depending on jumping over code that might access it sounds like really bad
practice.

Linus

-
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/