commit | 6e27f63edbd7ab893258e16500171dd1270a1369 | [log] [tgz] |
---|---|---|
author | Oleg Nesterov <oleg@redhat.com> | Mon Mar 05 14:59:14 2012 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Mar 05 15:49:42 2012 -0800 |
tree | 9c61b7c0dda37052e2285e90f914f8af5ed86f67 | |
parent | 57b59c4a1400fa6c34764eab2e35a8762dc05a09 [diff] |
vfork: 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> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>