]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: s/log.bottom/log.tail/ in osd_types.h. 34813/head
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 21 Apr 2020 18:44:01 +0000 (20:44 +0200)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 28 Apr 2020 21:48:58 +0000 (23:48 +0200)
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/osd/osd_types.h

index c1b3dd14ae368b97b11de9acb400aa7db7ff1ad3..c74f119745ba2256ee71231ee33de3c5d8d830ba 100644 (file)
@@ -2812,7 +2812,7 @@ inline std::ostream& operator<<(std::ostream& out, const pg_history_t& h) {
  * some notes: 
  *  - last_complete implies we have all objects that existed as of that
  *    stamp, OR a newer object, OR have already applied a later delete.
- *  - if last_complete >= log.bottom, then we know pg contents thru log.head.
+ *  - if last_complete >= log.tail, then we know pg contents thru log.head.
  *    otherwise, we have no idea what the pg is supposed to contain.
  */
 struct pg_info_t {