From: Radoslaw Zarzynski Date: Tue, 21 Apr 2020 18:44:01 +0000 (+0200) Subject: osd: s/log.bottom/log.tail/ in osd_types.h. X-Git-Tag: v16.1.0~2481^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F34813%2Fhead;p=ceph.git osd: s/log.bottom/log.tail/ in osd_types.h. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/osd/osd_types.h b/src/osd/osd_types.h index c1b3dd14ae36..c74f119745ba 100644 --- a/src/osd/osd_types.h +++ b/src/osd/osd_types.h @@ -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 {