]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/os/filestore/JournalingObjectStore.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / os / filestore / JournalingObjectStore.cc
index 73daed3426fa216ad9d3168df5dd780e2f83277f..c1555f3434a12ba83e691a5e78e402536e566803 100644 (file)
 #undef dout_prefix
 #define dout_prefix *_dout << "journal "
 
+using std::map;
+using std::vector;
 
+using ceph::bufferptr;
+using ceph::bufferlist;
 
 void JournalingObjectStore::journal_start()
 {