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:
fe1bded
)
[GFS2] Fix a bug: scheduling under a spinlock
author
Steven Whitehouse
<swhiteho@redhat.com>
Thu, 20 Apr 2006 20:57:23 +0000
(16:57 -0400)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Thu, 20 Apr 2006 20:57:23 +0000
(16:57 -0400)
At some stage, a mutex was added to gfs2_glock_put() without
checking all its call sites. Two of them were called from
under a spinlock causing random delays at various points and
crashes.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
No differences found