99
edits
Changes
noop scheduler
Here we're collecting some funny quotes from the linux kernel code
----
<source lang="c">
/* "NOOP" scheduler: the best scheduler, recommended for all interfaces
under all circumstances. It is difficult to invent anything faster or
cheaper.
*/
</source>
:''from linux-2.6.24/net/sched/sch_generic.c''
----