Add (empty) osd_primary.cpp, rename osd_read to osd_receive, add FIXMEs for fsync

This commit is contained in:
Vitaliy Filippov
2020-01-28 22:40:50 +03:00
parent 1447c44b68
commit 47663bd1dc
8 changed files with 40 additions and 14 deletions
+1 -1
View File
@@ -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)
{