From: Frederic Weisbecker Date: Fri, 11 Oct 2013 16:56:49 +0000 (+0200) Subject: posix-timers: Remove remaining uses of tasklist_lock X-Git-Tag: v3.14-rc1~169^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e73d84e33f15c099ed1df60437700093cb14e46e;p=pandora-kernel.git posix-timers: Remove remaining uses of tasklist_lock The remaining uses of tasklist_lock were mostly about synchronizing against sighand modifications, getting coherent and safe group samples and also thread/process wide timers list handling. All of this is already safely synchronizable with the target's sighand lock. Let's use it on these places instead. Also update the comments about locking. Signed-off-by: Frederic Weisbecker Cc: Thomas Gleixner Cc: Ingo Molnar Cc: Peter Zijlstra Cc: Oleg Nesterov Cc: Kosaki Motohiro Cc: Andrew Morton --- Reading git-diff-tree failed