]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: clean up comments a bit
authorSage Weil <sage@redhat.com>
Tue, 22 Dec 2015 18:10:43 +0000 (13:10 -0500)
committerSage Weil <sage@redhat.com>
Fri, 1 Jan 2016 18:07:22 +0000 (13:07 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/os/bluestore/BlueStore.cc

index 90ffcd49c1aed9ae13410eaea29b8b3434a233b9..ecae38d61927cdc7c9b130461fdbc3bf41c40ab7 100644 (file)
  *
  */
 
-const string PREFIX_SUPER = "S"; // field -> value
-const string PREFIX_COLL = "C"; // collection name -> (nothing)
-const string PREFIX_OBJ = "O";  // object name -> onode
-const string PREFIX_OVERLAY = "V"; // u64 + offset -> value
-const string PREFIX_OMAP = "M"; // u64 + keyname -> value
-const string PREFIX_WAL = "L";  // write ahead log
-const string PREFIX_ALLOC = "B";  // block allocator
+const string PREFIX_SUPER = "S";   // field -> value
+const string PREFIX_COLL = "C";    // collection name -> cnode_t
+const string PREFIX_OBJ = "O";     // object name -> onode_t
+const string PREFIX_OVERLAY = "V"; // u64 + offset -> data
+const string PREFIX_OMAP = "M";    // u64 + keyname -> value
+const string PREFIX_WAL = "L";     // id -> wal_transaction_t
+const string PREFIX_ALLOC = "B";   // u64 offset -> u64 length (freelist)
 
 // write a label in the first block.  always use this size.  note that
 // bluefs makes a matching assumption about the location of its