On Mon, Apr 20, 2015 at 2:32 PM, Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote: > > A kilobyte would suffice for 32 levels. _IF_ we go for "lift the restrictions > on nesting completely", sure, we want to switch to (on-demand) dynamic > allocation. And no, we will *never* lift the recursion limit. Not for 1kB, not for 1MB. Never. Because it's a latency and DoS issue too. We need to react well to true loops, but also to "very deep" non-loops. It's not about memory use, it's about users triggering unreasonable CPU resources. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html