Add (empty) osd_primary.cpp, rename osd_read to osd_receive, add FIXMEs for fsync
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ void blockstore_impl_t::loop()
|
||||
auto op_ptr = cur;
|
||||
auto op = *(cur++);
|
||||
// FIXME: This needs some simplification
|
||||
// Writes should not block reads if the ring is not full and if reads don't depend on them
|
||||
// Writes should not block reads if the ring is not full and reads don't depend on them
|
||||
// In all other cases we should stop submission
|
||||
if (PRIV(op)->wait_for)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user