net_sched: constify qdisc_priv()
authorEric Dumazet <edumazet@google.com>
Wed, 20 Sep 2023 20:17:11 +0000 (20:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Oct 2023 12:20:36 +0000 (13:20 +0100)
commit1add90738cf58def972356ecf402e36397187db7
tree7b85129c63518a18cfa80a37d2a60850d9877856
parent66ac08a7385fa8a5d3312ca96d1399670cfca0eb
net_sched: constify qdisc_priv()

In order to propagate const qualifiers, we change qdisc_priv()
to accept a possibly const argument.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/pkt_sched.h