From: Oleg Nesterov Date: Sat, 28 Oct 2006 17:38:53 +0000 (-0700) Subject: [PATCH] taskstats: kill ->taskstats_lock in favor of ->siglock X-Git-Tag: v2.6.19-rc4~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8534d7bd89df0cd41cd47bcd6733a05ea9a691a;p=pandora-kernel.git [PATCH] taskstats: kill ->taskstats_lock in favor of ->siglock signal_struct is (mostly) protected by ->sighand->siglock, I think we don't need ->taskstats_lock to protect ->stats. This also allows us to simplify the locking in fill_tgid(). Signed-off-by: Oleg Nesterov Cc: Shailabh Nagar Cc: Balbir Singh Cc: Jay Lan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed