Jordi Pujol <jordipujolp@xxxxxxxxx> writes: > Hello, > > this patch recodes ovl_copy_up and ovl_copy_up_truncate as a recursive > routine, there is less code and less number of instructions to > execute, therefore maybe faster and easy to mantain, Recursion depth in the kernel must be limited because of a very small stack compared to userspace. So unfortunately it's not an option here. Thanks, Miklos -- 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