Skip to content
Commit 8a9cd6d6 authored by Dave Kleikamp's avatar Dave Kleikamp
Browse files

JFS: Fix race in txLock



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: default avatarDave Kleikamp <shaggy@austin.ibm.com>
parent a5c96cab
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment