crush: remove an obsolete comment
authorIlya Dryomov <idryomov@gmail.com>
Thu, 22 Jun 2017 17:44:05 +0000 (19:44 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 7 Jul 2017 15:25:19 +0000 (17:25 +0200)
Reflects ceph.git commit dca1ae1e0a6b02029c3a7f9dec4114972be26d50.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
net/ceph/crush/mapper.c

index 9887fce04219aae72640af9a2c82f3cb768953ab..746b145bfd113975e1f17399d845e2fcbdc7541a 100644 (file)
@@ -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;