On Sun, Nov 16, 2008 at 03:38:24PM +0000, Matthias Scheler wrote: > Our implementation of qsort() uses recursion. That is IMHO a dangerous > thing to do in the kernel. Another good reason to prefer mergesort is that it is a real time algorithm -- no degenerated cases. Joerg