Re: Contrast this with far more complex kernel code
Re: Contrast this with far more complex kernel code
Posted Dec 30, 2014 20:36 UTC (Tue) by ldo (guest, #40946)In reply to: The Story So Far... by acollins
Parent article: The "too small to fail" memory-allocation rule
I’d be curious to know if anybody can point to an example in the kernel which has to deal with error recovery from inside a loop, similar to my code.
That is the one case where the goto-ists have so far fallen flat on their faces when trying to “improve” my code.