···12761276 struct Qdisc *new_q = NULL;12771277 int last_child = 0;1278127812791279- // TODO: why don't allow to delete subtree ? references ? does12801280- // tc subsys quarantee us that in htb_destroy it holds no class12811281- // refs so that we can remove children safely there ?12791279+ /* TODO: why don't allow to delete subtree ? references ? does12801280+ * tc subsys guarantee us that in htb_destroy it holds no class12811281+ * refs so that we can remove children safely there ?12821282+ */12821283 if (cl->children || cl->filter_cnt)12831284 return -EBUSY;12841285