Commit 31faad97 authored by marko's avatar marko

branches/zip: buf_flush_try_neighbors(): Fix a bug

that was introduced in r3879 (rb://73).
parent 0057dab1
......@@ -918,9 +918,9 @@ buf_flush_try_neighbors(
count++;
buf_pool_mutex_enter();
} else {
mutex_exit(block_mutex);
}
mutex_exit(block_mutex);
}
}
......
Markdown is supported
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