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:
a5c96ca
)
JFS: Fix race in txLock
author
Dave Kleikamp
<shaggy@austin.ibm.com>
Wed, 10 Aug 2005 16:14:39 +0000
(11:14 -0500)
committer
Dave Kleikamp
<shaggy@austin.ibm.com>
Wed, 10 Aug 2005 16:14:39 +0000
(11:14 -0500)
TxAnchor.anon_list is protected by jfsTxnLock (TXN_LOCK), but there was
a place in txLock() that was removing an entry from the list without holding
the spinlock.
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
No differences found