ANDROID: GKI: rexport __qdisc_calculate_pkt_len

The symbol __qdisc_calculate_pkt_len was removed from the .h file in
76feedc74b ("net/sched: accept TCA_STAB only for root qdisc") but it
still lives on in some export symbol lists.  It's not really needed if
they rebuild, but for now, let's just keep it exported so that
everything continues to build properly, as it's safe to do it this way.

Fixes: 76feedc74b ("net/sched: accept TCA_STAB only for root qdisc")
Change-Id: If549f5074d022b6f0d0d2ab7a566eeb6e7db458a
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2024-11-12 17:21:45 +00:00
parent f27c9aabfc
commit d90aa3b1e7

View File

@@ -592,6 +592,7 @@ out:
pkt_len = 1;
qdisc_skb_cb(skb)->pkt_len = pkt_len;
}
EXPORT_SYMBOL(__qdisc_calculate_pkt_len);
void qdisc_warn_nonwc(const char *txt, struct Qdisc *qdisc)
{