From 7a529d5803cf40042f6a86f0616d7eae8127c259 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 5 Mar 2011 14:39:09 -0800 Subject: [PATCH] crush: remove misleading comment This is a stale comment from an earlier iteration of the implementation. Reported-by: Alexander Lyakas Signed-off-by: Sage Weil --- src/crush/crush.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/crush/crush.h b/src/crush/crush.h index 97e435b191f41..bf01cc78c2157 100644 --- a/src/crush/crush.h +++ b/src/crush/crush.h @@ -130,8 +130,7 @@ struct crush_bucket_list { }; struct crush_bucket_tree { - struct crush_bucket h; /* note: h.size is _tree_ size, not number of - actual items */ + struct crush_bucket h; __u8 num_nodes; __u32 *node_weights; }; -- 2.39.5