From: Namhyung Kim Date: Wed, 27 Oct 2010 22:34:10 +0000 (-0700) Subject: exit: add lock context annotation on find_new_reaper() X-Git-Tag: v2.6.37-rc1~85^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d16e15f5b029fc7d03540ba0e5fb23b0abb0ebe0;p=pandora-kernel.git exit: add lock context annotation on find_new_reaper() find_new_reaper() releases and regrabs tasklist_lock but was missing proper annotations. Add it. This remove following sparse warning: warning: context imbalance in 'find_new_reaper' - unexpected unlock Signed-off-by: Namhyung Kim Acked-by: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed