]> git.baikalelectronics.ru Git - kernel.git/commit
cpusets: decrustify cpuset mask update code
authorPaul Jackson <pj@sgi.com>
Fri, 19 Oct 2007 06:40:21 +0000 (23:40 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 19 Oct 2007 18:53:41 +0000 (11:53 -0700)
commitb459b9fd53788fd2d9266f70f8c302092265d916
tree0525b9aa75ef425e40c6b6094bd51f4765ca1fa5
parentfa65a4f103e2c608b8c8b7e7ac44238830db9a26
cpusets: decrustify cpuset mask update code

Decrustify the kernel/cpuset.c 'cpus' and 'mems' updating code.

Other than subtle improvements in the consistency of identifying
white space at the beginning and end of passed in masks, this
doesn't make any visible difference in behaviour.  But it's
one or two hundred kernel text bytes smaller, and easier to
understand.

[akpm@linux-foundation.org: coding-style fix]
Signed-off-by: Paul Jackson <pj@sgi.com>
Reviewed-by: Paul Menage <menage@google.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/cpuset.c