]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Remove redundant up() in stop_machine()
authorYingchao Zhou <yingchao.zhou@gmail.com>
Sun, 27 Aug 2006 08:23:46 +0000 (01:23 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 27 Aug 2006 18:01:31 +0000 (11:01 -0700)
commit3792c912c5877861bd02e220f43a3e370316294c
treec876dfb150124613dfb0564781de4fb2bf424d7c
parentd8b5eda8a9e5a55a5073ad61700fec86911e737f
[PATCH] Remove redundant up() in stop_machine()

An up() is called in kernel/stop_machine.c on failure, and also in the
caller (unconditionally).

Signed-off-by: Zhou Yingchao <yingchao.zhou@gmail.com>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/stop_machine.c