From 25311e96f03955eb9d0d52f99db7f66cc03f6ddd Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 19 Jun 2012 14:31:21 -0700 Subject: [PATCH] cls_rbd: note overlap units Signed-off-by: Sage Weil --- src/librbd/cls_rbd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librbd/cls_rbd.h b/src/librbd/cls_rbd.h index 5bb2d4826fc4e..ec93909bba28c 100644 --- a/src/librbd/cls_rbd.h +++ b/src/librbd/cls_rbd.h @@ -10,7 +10,7 @@ struct cls_rbd_parent { int64_t pool; ///< parent pool id string id; ///< parent image id snapid_t snapid; ///< parent snapid we refer to - uint64_t overlap; ///< portion of this image mapped onto parent + uint64_t overlap; ///< portion of this image mapped onto parent (bytes) /// true if our parent pointer information is defined bool exists() const { -- 2.39.5