From: Alan Cox Date: Fri, 14 Aug 2009 14:49:22 +0000 (+0100) Subject: Staging: sep: untangle the register_fs code X-Git-Tag: v2.6.32-rc1~668^2~182 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4e80a1bcc5df3a48cb8a51dd357045c4ebbebc0;p=pandora-kernel.git Staging: sep: untangle the register_fs code While goto can be useful for cleaner cleaning up in C (as Linux sometimes does and I think Linus borrowed stylistically from Amiga) you can overdo it. Here is a fine fine example of when it's overkill Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed