[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)
commit59dac16fb95f09253b8086134443abeb439703cd
tree25491bdcff6f980edfed259d7edadeb273a27ee3
parentc5b2aff89635495064592dc90da595f8a880ee87
[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