commit | 2b79aac9038ee52fd8d89216b1a3ec9bd8285fac | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue Feb 19 18:58:49 2008 +0000 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Feb 19 15:51:36 2008 -0800 |
tree | b63476e3926eec36db0c59f37362842f96269de9 | |
parent | e855e5d82edd708bcb966cf7ccda2dee1c154935 [diff] |
MN10300: Call update_process_times() outside of the xtime_lock Call update_process_times() outside of the xtime_lock. Somewhere somewhere inside one of the functions called by that, xtime_lock is readlocked, which ends up in a deadlock situation. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>