]> git.ozlabs.org Git - ccan/commitdiff
tdb2: coalescing race fix #1
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 15 Nov 2010 07:10:47 +0000 (17:40 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 15 Nov 2010 07:10:47 +0000 (17:40 +1030)
When coalescing, we check the adjacent entry then lock its free list: we
need to *recheck* after locking, to make sure it's still in that free list.


No differences found