]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kill PF_STARTING
authorOleg Nesterov <oleg@redhat.com>
Mon, 22 Aug 2011 13:02:47 +0000 (15:02 +0200)
committerOleg Nesterov <oleg@redhat.com>
Mon, 22 Aug 2011 13:24:01 +0000 (15:24 +0200)
commit4ee5e4f30c874b5957f220c5263f75c40f7df501
tree196cf0a91e912b8dad7c64157c31dcfde0c1f680
parent6c7a23b9f381682a2b636347de0cb33eaf386346
kill PF_STARTING

Previously it was (ab)used by utrace. Then it was wrongly used by
the scheduler code.

Currently it is not used, kill it before it finds the new erroneous
user.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Tejun Heo <tj@kernel.org>
include/linux/sched.h
kernel/fork.c