Quote of the week
[Posted March 30, 2007 by corbet]
I find that the key to understanding kernel code is to understand the data
structures and the relationships between them. Once you have that in your
head, the code tends to just fall out. Hence there is good maintainability
payoff in putting work into documenting the struct, its fields, the
relationship between this struct and other structs, and any and all locking
requirements.
<wonders wtf "ticks" does>
--
Andrew Morton
(
Log in to post comments)