X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flu_object.h;h=4a7df973d674a94445739d3c6df6c4088df39654;hp=13720c1bed8390fb57b6314fd2b9e5b26146fd22;hb=5e6a30cc2f344e38dd11ef3db1eb23c1705d8f32;hpb=645b72c5c0586e2183933ee52ad43d91c2eb3ad6;ds=sidebyside diff --git a/lustre/include/lu_object.h b/lustre/include/lu_object.h index 13720c1..4a7df97 100644 --- a/lustre/include/lu_object.h +++ b/lustre/include/lu_object.h @@ -1468,6 +1468,7 @@ struct lu_qos { lq_reset:1; /* zero current penalties */ }; +void lu_qos_rr_init(struct lu_qos_rr *lqr); int lqos_add_tgt(struct lu_qos *qos, struct lu_tgt_desc *ltd); int lqos_del_tgt(struct lu_qos *qos, struct lu_tgt_desc *ltd); u64 lu_prandom_u64_max(u64 ep_ro);