]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: crush ruleset is in mask
authorLoic Dachary <ldachary@redhat.com>
Sun, 19 Feb 2017 09:06:40 +0000 (10:06 +0100)
committerLoic Dachary <ldachary@redhat.com>
Sun, 19 Feb 2017 09:06:40 +0000 (10:06 +0100)
Signed-off-by: Loic Dachary <ldachary@redhat.com>
src/crush/builder.h

index 4424e1c21c9e5e56419cff8dcbb2d159318b7f2e..7bc1e5d008a807f8350ecf24fa2ceb514a4ea36f 100644 (file)
@@ -46,7 +46,7 @@ extern void crush_finalize(struct crush_map *map);
  * Allocate an empty crush_rule structure large enough to store __len__ steps.
  * Steps can be added to a rule via crush_rule_set_step(). The __ruleset__
  * is a user defined integer, not used by __libcrush__ and stored in
- * the allocated rule at __rule->ruleset__.
+ * the allocated rule at __rule->mask.ruleset__.
  *
  * The rule is designed to allow crush_do_rule() to get at least __minsize__ items
  * and at most __maxsize__ items.