Revision b8534d7bd89df0cd41cd47bcd6733a05ea9a691a authored by Oleg Nesterov on 28 October 2006, 17:38:53 UTC, committed by Linus Torvalds on 28 October 2006, 18:30:54 UTC
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 <oleg@tv-sign.ru>
Cc: Shailabh Nagar <nagar@watson.ibm.com>
Cc: Balbir Singh <balbir@in.ibm.com>
Cc: Jay Lan <jlan@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 17b0269
History
File Mode Size
.gitignore -rw-r--r-- 34 bytes
Makefile -rw-r--r-- 475 bytes
empty.c -rw-r--r-- 54 bytes
file2alias.c -rw-r--r-- 17.8 KB
mk_elfconfig.c -rw-r--r-- 1.4 KB
modpost.c -rw-r--r-- 36.4 KB
modpost.h -rw-r--r-- 3.5 KB
sumversion.c -rw-r--r-- 11.4 KB

back to top