Re: The reason to call it 3.0 is the desktop (was Re: [OT] 2.6 not

Linus Torvalds (torvalds@transmeta.com)
Mon, 7 Oct 2002 13:28:16 -0700 (PDT)


On Mon, 7 Oct 2002, Daniel Phillips wrote:
>
> If that's a bet, I'll take you up on it.

Sure. The mey is:
- we can more easily fix the f*cking filesystems to be sane
- then trying to add prescient read-ahead to the kernel

In other words, trying to do an impossibly good job on read-ahead is
_stupid_, when the real problem is that ext2 lays out files in total crap
ways.

> I did say difficult. It really is, but there are big gains to be had.

But why do the horribly stupid thing, when Andrew has already shown that a
one-liner change to ext2/3 gives you platter speeds (and better speeds
than your approach _can_ get, since you still are going to end up seeking
a lot, even if you can make your read-ahead prescient).

In other words, you're overcompensating.

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/