On Thu, 01 Apr 2010 09:37:51 +1100
Benjamin Herrenschmidt <benh@kernel.crashing.org> wrote:
Add an irq-disable-depth counter to the task_struct, fix all the bugs
which that exposes..
But these things are all utterly gross. The bottom line is that
radix_tree_init() is manifestly unsuited to being called with local
interrupts disabled. 773e3eb7b81e5ba13b5155dfb3bb75b8ce37f8f9 was just
a wrong patch.
--