From: Oleg Nesterov Date: Wed, 10 Dec 2014 23:54:51 +0000 (-0800) Subject: exit: wait: drop tasklist_lock before psig->c* accounting X-Git-Tag: omap-for-v3.19/fixes-rc1~142^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=986094dfe161b4346831547136d4e5ed7f94310e;p=pandora-kernel.git exit: wait: drop tasklist_lock before psig->c* accounting wait_task_zombie() no longer needs tasklist_lock to accumulate the psig->c* counters, we can drop it right after cmpxchg(exit_state). Signed-off-by: Oleg Nesterov Cc: Aaron Tomlin Cc: "Eric W. Biederman" Cc: Rik van Riel Cc: Sterling Alexander Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed