Fixed the first log write after moving a cleared block buffer being written in the block buffer that was just moved.

This commit is contained in:
Markus Makela
2014-12-03 17:11:52 +02:00
parent 5251ada377
commit 89c3b01925

View File

@ -1093,7 +1093,7 @@ static char* blockbuf_get_writepos(
simple_mutex_unlock(&bb->bb_mutex);
simple_mutex_lock(&bb_list->mlist_mutex, true);
node = bb_list->mlist_first;
}
else
{