Arjan van de Ven writes: > is there a way to avoid the recursion somehow? Recursion is "not fun" > stack usage wise, esp if you have really deep hierarchies....
Yes, since we have pointers up the tree as well as down, it should in fact be easy. I'll hack something up. Paul. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/