commit | a4d94ff8aa864c05b33c2de1f8c5d0176d7a4b63 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Sep 20 09:28:25 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Sep 20 10:49:09 2012 -0400 |
tree | 5edabf2ba151a15240d663fcde44a15d98c9572d | |
parent | 8e2c85aa6c7a158d967db75931db7f13d20d31f4 [diff] |
um: kill thread->forking we only use that to tell copy_thread() done by syscall from that done by kernel_thread(). However, it's easier to do simply by checking PF_KTHREAD in thread flags. Merge sys_clone() guts for 32bit and 64bit, while we are at it... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>