File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -602,9 +602,6 @@ class BlueFS {
602602 void _flush_bdev (); // this is safe to call without a lock
603603 void _flush_bdev (std::array<bool , MAX_BDEV>& dirty_bdevs); // this is safe to call without a lock
604604
605- int _preallocate (FileRef f, uint64_t off, uint64_t len);
606- int _truncate (FileWriter *h, uint64_t off);
607-
608605 int64_t _read (
609606 FileReader *h, // /< [in] read from here
610607 uint64_t offset, // /< [in] offset
Original file line number Diff line number Diff line change @@ -1404,9 +1404,6 @@ class BlueStore : public ObjectStore,
14041404 void decode_omap_key (const std::string& key, std::string *user_key);
14051405
14061406 void finish_write (TransContext* txc, uint32_t offset, uint32_t length);
1407-
1408- private:
1409- void _decode (const ceph::buffer::list& v);
14101407 };
14111408
14121409 // / A generic Cache Shard
You can’t perform that action at this time.
0 commit comments