Which is, honestly, a bug. The IO subsystem should not be capable of
engaging in such deep recursion. ext2/ext3 barely allocate anything
on the stack (0x90 bytes at most in only a couple of calls), the vm
is in a similar state, and even the network stack's largest allocations
are in syscalls and timer code. Face it, the majority of code that is
or could cause problems are things that probably need fixing anyways.
-ben
-- "You will be reincarnated as a toad; and you will be much happier." - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/