Commit c1ffcdd6 authored by Geoff Simmons's avatar Geoff Simmons

remove an unnecessary condition on returning freelists in the writer

thread
parent 3faa1fd7
......@@ -276,8 +276,7 @@ static void
errno, strerror(errno));
errors++;
}
if (wrt_nfree_tx > 0)
wrt_return_freelist();
wrt_return_freelist();
wrt->state = WRT_WAITING;
AZ(pthread_mutex_lock(&spscq_ready_lock));
......
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