Not that Linus needs any backing up but Sun got rid of the buffer cache
and just had a page cache in SunOS 4.0, which was before I got there, I
suspect something like 15 years ago. It was a good move. SunOS was
an extremely pleasant place to work, all you had to understand was
vnode,offset and you basically understood the VM system.
It is so _blindingly_ obvious that Linus is right, it's been proven,
you don't have to think about it, just read some history.
Hell, that's the OS that gave us mmap, remember that?
> Really. Give it up. Your silly "make bootup faster" is not going to happen
> this way. You're trying to break some rather fundamental data structures,
> all for the unusual case of booting up. There are other ways to boot up
> quickly: look into pre-filling your memory image (aka "resume from disk"),
Which is pretty much what I have been asking for, in a general way, for
a long time. I've wanted "directory clustering" forever, where you read
one file, read the next, and go into "file readahead mode" wherein you
slurp in the entire directories worth of files in one I/O. If we had
that, not only would we go faster in general, you could easily tweak it
slightly for the fast bootup.
> You know, the mark of intelligence is realizing when you're making the
> same mistake over and over and over again, and not hitting your head in
> the wall five hundred times before you understand that it's not a clever
> thing to do.
>
> Please show some intelligence.
Those who don't learn from history are doomed to repeat it, eh?
----- Larry McVoy lm at bitmover.com http://www.bitmover.com/lm - 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/