Fix possible crash on ENOSPC during operation cancel in blockstore
This commit is contained in:
@@ -193,6 +193,7 @@ void blockstore_impl_t::loop()
|
||||
}
|
||||
if (wr_st == 2)
|
||||
{
|
||||
submit_queue[op_idx] = NULL;
|
||||
new_idx--;
|
||||
}
|
||||
if (wr_st == 0)
|
||||
|
||||
Reference in New Issue
Block a user