diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2017-06-22 13:44:05 -0400 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2017-07-07 11:25:19 -0400 |
commit | 9eebe45c091e2dff22d4bd87360a624303148ed1 (patch) | |
tree | 39fb4f4d85225c5c9c1d090bc70a8cc779074683 | |
parent | b88ed8d84fbd1e652cc7a1f6e03550d2b4edf653 (diff) |
crush: remove an obsolete comment
Reflects ceph.git commit dca1ae1e0a6b02029c3a7f9dec4114972be26d50.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
-rw-r--r-- | net/ceph/crush/mapper.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/ceph/crush/mapper.c b/net/ceph/crush/mapper.c index 9887fce04219..746b145bfd11 100644 --- a/net/ceph/crush/mapper.c +++ b/net/ceph/crush/mapper.c | |||
@@ -1004,11 +1004,6 @@ int crush_do_rule(const struct crush_map *map, | |||
1004 | 1004 | ||
1005 | for (i = 0; i < wsize; i++) { | 1005 | for (i = 0; i < wsize; i++) { |
1006 | int bno; | 1006 | int bno; |
1007 | /* | ||
1008 | * see CRUSH_N, CRUSH_N_MINUS macros. | ||
1009 | * basically, numrep <= 0 means relative to | ||
1010 | * the provided result_max | ||
1011 | */ | ||
1012 | numrep = curstep->arg1; | 1007 | numrep = curstep->arg1; |
1013 | if (numrep <= 0) { | 1008 | if (numrep <= 0) { |
1014 | numrep += result_max; | 1009 | numrep += result_max; |