From: Loic Dachary Date: Sun, 19 Feb 2017 09:06:40 +0000 (+0100) Subject: doc: crush ruleset is in mask X-Git-Tag: v12.0.1~297^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4edcef70d63db1c7835687a5448398c47873e585;p=ceph.git doc: crush ruleset is in mask Signed-off-by: Loic Dachary --- diff --git a/src/crush/builder.h b/src/crush/builder.h index 4424e1c21c9e..7bc1e5d008a8 100644 --- a/src/crush/builder.h +++ b/src/crush/builder.h @@ -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.