From: Sage Weil Date: Tue, 22 Dec 2015 18:10:43 +0000 (-0500) Subject: os/bluestore: clean up comments a bit X-Git-Tag: v10.0.3~154^2~92 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=27e44dd889920e7842f950463b7e8e311da58896;p=ceph.git os/bluestore: clean up comments a bit Signed-off-by: Sage Weil --- diff --git a/src/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index 90ffcd49c1ae..ecae38d61927 100644 --- a/src/os/bluestore/BlueStore.cc +++ b/src/os/bluestore/BlueStore.cc @@ -57,13 +57,13 @@ * */ -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