From 1e215553430c58d04020f9e84c4632a456cbed61 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Wed, 4 Mar 2020 20:34:45 +0300 Subject: [PATCH] Add FIXME with Oops --- blockstore_stable.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/blockstore_stable.cpp b/blockstore_stable.cpp index 781fe58b..4dbd7a22 100644 --- a/blockstore_stable.cpp +++ b/blockstore_stable.cpp @@ -143,6 +143,7 @@ void blockstore_impl_t::handle_stable_event(ring_data_t *data, blockstore_op_t * PRIV(op)->pending_ops--; if (PRIV(op)->pending_ops == 0) { + // FIXME Oops. We must sync the device! // Release used journal sectors release_journal_sectors(op); // Mark dirty_db entries as stable, acknowledge op completion