From 17bb2c500fc3cce3b17ea31daeed56fc892bfebd Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 8 Oct 2012 09:51:10 -0700 Subject: [PATCH] osd: include buffer_extents in ObjectExtent operator<< Signed-off-by: Sage Weil --- src/osd/osd_types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osd/osd_types.h b/src/osd/osd_types.h index 8031095f035a4..e8962336776b8 100644 --- a/src/osd/osd_types.h +++ b/src/osd/osd_types.h @@ -1564,6 +1564,7 @@ inline ostream& operator<<(ostream& out, const ObjectExtent &ex) return out << "extent(" << ex.oid << " (" << ex.objectno << ") in " << ex.oloc << " " << ex.offset << "~" << ex.length + << " -> " << ex.buffer_extents << ")"; } -- 2.39.5