From: Håkon Løvdal <hlovdal@xxxxxxxxx> Date: Mon, 9 May 2011 01:08:44 +0200 > On 7 May 2011 21:35, matt mooney <mfmooney@xxxxxxxxx> wrote: >> But isn't the preferred style to have a single exit point? > > This is generally considered to be a bad advice, see > http://stackoverflow.com/questions/1701686/why-should-methods-have-a-single-entry-and-exit-points/1701721#1701721 > for instance. That article totally ignores the issue of locking and how hard it is to get right without single exit points, and how unlocking in multiple spots bloats up the code. Definitely don't take that article's advice when working on the kernel. -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html