Linux: Using goto In Kernel Code
kerneltrap.org
Linux: Using goto In Kernel Code
1–2 of 2 posts
Re: Linux: Using goto In Kernel Code
#2i agree with linus. i find it particular useful for a common bail-out or error-handling at the end of a method. you just jump there and are good. no unnecessary indention or duplication required.
but that is about the only place i found the usefullness outweigh the danger...