From: Dave Kleikamp Date: Wed, 10 Aug 2005 16:14:39 +0000 (-0500) Subject: JFS: Fix race in txLock X-Git-Tag: v2.6.13-rc7~79^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a9cd6d676728792aaee31f30015d284acd154a3;p=pandora-kernel.git 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 --- Reading git-diff-tree failed