From: Dave Peterson Date: Wed, 19 Apr 2006 05:20:44 +0000 (-0700) Subject: [PATCH] mm: fix mm_struct reference counting bugs in mm/oom_kill.c X-Git-Tag: v2.6.17-rc3~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=013159227b840dfd441bd2e4c8b4d77ffb3cc42e;p=pandora-kernel.git [PATCH] mm: fix mm_struct reference counting bugs in mm/oom_kill.c Fix oom_kill_task() so it doesn't call mmput() (which may sleep) while holding tasklist_lock. Signed-off-by: David S. Peterson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed