From 7816776e9d0d77a3d49ee0c623117c09c83c29ee Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Tue, 21 Apr 2020 20:44:01 +0200 Subject: [PATCH] osd: s/log.bottom/log.tail/ in osd_types.h. Signed-off-by: Radoslaw Zarzynski --- src/osd/osd_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.47.3