commit | 8a9cd6d676728792aaee31f30015d284acd154a3 | [log] [tgz] |
---|---|---|
author | Dave Kleikamp <shaggy@austin.ibm.com> | Wed Aug 10 11:14:39 2005 -0500 |
committer | Dave Kleikamp <shaggy@austin.ibm.com> | Wed Aug 10 11:14:39 2005 -0500 |
tree | 7e40b3b1802b1a86603f7ac6bf74906775a2956e | |
parent | a5c96cab8f3c4ca9b2177dceb5de5a0edb31418e [diff] |
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: Dave Kleikamp <shaggy@austin.ibm.com>