Quotes of the week
[Posted January 13, 2009 by corbet]
In particular, block forking is a new and untried technique for
kernel, and far more difficult than user space because of multiple
blocks in different, asynchronously changing states sharing the
same underlying data page. We have to rip the data page out from
underneath a bunch of buffers and slip in a new one without any of
them noticing. Kind of like the trick where you pull the table
cloth out from underneath the dinner plates, so fast that nothing
crashes to the floor. Except that we also have to copy the table
cloth and slip the copy back underneath the dinnerware before it
settles back onto the table.
--
Daniel Phillips - filesystems really are
tricky code.
As usual, git is actually smarter and get things more correct than
people realize. What you found "surprising" is actually a "profound
truth". Git is like a great indian mystic. It sees past the veil
of the trivial, to find the true connections in life.
Or at least in source code.
--
Linus Torvalds (Thanks to Nicolas Pitre)
As far as I'm concerned, digital cameras have been more useful than
kernel dumps to kernel debugging.
--
Linus Torvalds
We've long needed a filesystem named after a vegetable.
--
Andrew Morton
Linus is going to take a wholesale conversion of mutexes to
adaptive mutexes? He's gone soft. I put on my asbestos underwear
for no reason, then.
--
Nick Piggin
(
Log in to post comments)