Browse Source

crush: remove an obsolete comment

Reflects ceph.git commit dca1ae1e0a6b02029c3a7f9dec4114972be26d50.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov 8 năm trước cách đây
mục cha
commit
9eebe45c09
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      net/ceph/crush/mapper.c

+ 0 - 5
net/ceph/crush/mapper.c

@@ -1004,11 +1004,6 @@ int crush_do_rule(const struct crush_map *map,
 
 			for (i = 0; i < wsize; i++) {
 				int bno;
-				/*
-				 * see CRUSH_N, CRUSH_N_MINUS macros.
-				 * basically, numrep <= 0 means relative to
-				 * the provided result_max
-				 */
 				numrep = curstep->arg1;
 				if (numrep <= 0) {
 					numrep += result_max;