From: Ravikiran G Thirumalai Date: Thu, 22 Jun 2006 21:47:26 +0000 (-0700) Subject: [PATCH] avoid tasklist_lock at getrusage for multithreaded case too X-Git-Tag: v2.6.18-rc1~1081^2~234 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de047c1bcd7f7bcfbdc29eb5b439fb332594da3f;p=pandora-kernel.git [PATCH] avoid tasklist_lock at getrusage for multithreaded case too Avoid taking tasklist_lock for at getrusage for the multithreaded case too. We don't need to take the tasklist lock for thread traversal of a process since Oleg's do-__unhash_process-under-siglock.patch and related work. Signed-off-by: Ravikiran Thirumalai Cc: Oleg Nesterov Cc: "Eric W. Biederman" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed