git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f797f9c
)
[PATCH] cond_resched_lock() fix
author
Jan Kara
<jack@suse.cz>
Mon, 13 Jun 2005 22:52:32 +0000
(15:52 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Tue, 14 Jun 2005 03:58:58 +0000
(20:58 -0700)
On one path, cond_resched_lock() fails to return true if it dropped the lock.
We think this might be causing the crashes in JBD's log_do_checkpoint().
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found