Remove unused enqueue_op_first()

This commit is contained in:
Vitaliy Filippov
2021-03-08 17:04:10 +03:00
parent 98f1e2c277
commit 0d8b5e2ef9
4 changed files with 5 additions and 22 deletions
-4
View File
@@ -175,10 +175,6 @@ public:
// Submission
void enqueue_op(blockstore_op_t *op);
// Insert operation into the beginning of the queue
// Intended for the OSD syncer "thread" to be able to stabilize something when the journal is full
void enqueue_op_first(blockstore_op_t *op);
// Unstable writes are added here (map of object_id -> version)
std::unordered_map<object_id, uint64_t> & get_unstable_writes();