]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/os/memstore/MemStore.h
update sources to v12.1.1
[ceph.git] / ceph / src / os / memstore / MemStore.h
index 8bf5cc76a5ef281c73ac0177e8483efa2c06667a..e17574cc0f5f8edffb65d324758919785ef3252d 100644 (file)
@@ -298,16 +298,14 @@ public:
     uint64_t offset,
     size_t len,
     bufferlist& bl,
-    uint32_t op_flags = 0,
-    bool allow_eio = false) override;
+    uint32_t op_flags = 0) override;
   int read(
     CollectionHandle &c,
     const ghobject_t& oid,
     uint64_t offset,
     size_t len,
     bufferlist& bl,
-    uint32_t op_flags = 0,
-    bool allow_eio = false) override;
+    uint32_t op_flags = 0) override;
   using ObjectStore::fiemap;
   int fiemap(const coll_t& cid, const ghobject_t& oid, uint64_t offset, size_t len, bufferlist& bl) override;
   int fiemap(const coll_t& cid, const ghobject_t& oid, uint64_t offset, size_t len, map<uint64_t, uint64_t>& destmap) override;