Skip to content

Commit

Permalink
crush: remove an obsolete comment
Browse files Browse the repository at this point in the history
Reflects ceph.git commit dca1ae1e0a6b02029c3a7f9dec4114972be26d50.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
  • Loading branch information
Ilya Dryomov committed Jul 7, 2017
1 parent b88ed8d commit 9eebe45
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions net/ceph/crush/mapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9eebe45

Please sign in to comment.