]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] cpuset: remove unnecessary NULL check
authorPaul Jackson <pj@sgi.com>
Fri, 24 Mar 2006 11:16:10 +0000 (03:16 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 24 Mar 2006 15:33:23 +0000 (07:33 -0800)
commit295e3a0c64048380914c679524c0220886850949
tree28f6558f6b006c5a28a64a1beabec5498d9b77d4
parent46559216d5d1654e37aeda4b8041f10f2a81e25d
[PATCH] cpuset: remove unnecessary NULL check

Remove a no longer needed test for NULL cpuset pointer, with a little
comment explaining why the test isn't needed.

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