osd: s/log.bottom/log.tail/ in osd_types.h.

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
This commit is contained in:
Radoslaw Zarzynski 2020-04-21 20:44:01 +02:00
parent 9fb937c4d4
commit 7816776e9d

View 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 {