]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] cpuset: update_nodemask code reformat
authorPaul Jackson <pj@sgi.com>
Sun, 8 Jan 2006 09:01:52 +0000 (01:01 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 9 Jan 2006 04:13:43 +0000 (20:13 -0800)
commitd4d81966c2805a4df1390b8d5a49feb3d7170ce5
tree25491bdcff6f980edfed259d7edadeb273a27ee3
parent0b01fff502c396121f5ca0ad34f80963acb2a656
[PATCH] cpuset: update_nodemask code reformat

Restructure code layout of the kernel/cpuset.c update_nodemask() routine,
removing embedded returns and nested if's in favor of goto completion labels.
This is being done in anticipation of adding more logic to this routine, which
will favor the goto style structure.

Signed-off-by: Paul Jackson <pj@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/cpuset.c