]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] fix copy_process() error check
authorAkinobu Mita <akinobu.mita@gmail.com>
Sat, 25 Nov 2006 19:09:34 +0000 (11:09 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Sat, 25 Nov 2006 21:28:34 +0000 (13:28 -0800)
commit08b940f8cf6cc923e2fade3af28395ed56bad8ef
treebf0ca9aa882e50b681ec72e43998542472752ef6
parentcd8df4c2623c0b6e579fca21b76f9497d95bde35
[PATCH] fix copy_process() error check

The return value of copy_process() should be checked by IS_ERR().

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/fork.c