commit | 59dac16fb95f09253b8086134443abeb439703cd | [log] [tgz] |
---|---|---|
author | Paul Jackson <pj@sgi.com> | Sun Jan 08 01:01:52 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jan 08 20:13:43 2006 -0800 |
tree | 25491bdcff6f980edfed259d7edadeb273a27ee3 | |
parent | c5b2aff89635495064592dc90da595f8a880ee87 [diff] |
[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>