]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/driver/rados/rgw_d3n_datacache.h
update ceph source to reef 18.2.0
[ceph.git] / ceph / src / rgw / driver / rados / rgw_d3n_datacache.h
index 98e61b63fe303433f5076ffd3b37a0531a79de86..feaa3f2b7c7db55e61fef5fb4de0312b0996ce97 100644 (file)
@@ -48,7 +48,7 @@ struct D3nCacheAioWriteRequest {
        CephContext *cct;
 
        D3nCacheAioWriteRequest(CephContext *_cct) : cct(_cct) {}
-       int d3n_prepare_libaio_write_op(bufferlist& bl, unsigned int len, std::string oid, std::string cache_location);
+       int d3n_libaio_prepare_write_op(bufferlist& bl, unsigned int len, std::string oid, std::string cache_location);
 
   ~D3nCacheAioWriteRequest() {
     ::close(fd);