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,11 +918,11 @@ buf_flush_try_neighbors( ...@@ -918,11 +918,11 @@ buf_flush_try_neighbors(
count++; count++;
buf_pool_mutex_enter(); buf_pool_mutex_enter();
} } else {
mutex_exit(block_mutex); mutex_exit(block_mutex);
} }
} }
}
buf_pool_mutex_exit(); buf_pool_mutex_exit();
......
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