mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
net/sched: Update function name in TCQ_F_NOPARENT comment
Commit 2ccccf5fb4 ("net_sched: update hierarchical backlog too") renamed
qdisc_tree_decrease_qlen() to qdisc_tree_reduce_backlog(), but this comment
was missed. Update it.
Signed-off-by: Victor Nogueira <victor@mojatatu.com>
Link: https://patch.msgid.link/20260605212239.2261320-1-victor@mojatatu.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
This commit is contained in:
parent
67ad35a58a
commit
0652859666
|
|
@ -86,7 +86,7 @@ struct Qdisc {
|
|||
#define TCQ_F_WARN_NONWC (1 << 16)
|
||||
#define TCQ_F_CPUSTATS 0x20 /* run using percpu statistics */
|
||||
#define TCQ_F_NOPARENT 0x40 /* root of its hierarchy :
|
||||
* qdisc_tree_decrease_qlen() should stop.
|
||||
* qdisc_tree_reduce_backlog() should stop.
|
||||
*/
|
||||
#define TCQ_F_INVISIBLE 0x80 /* invisible by default in dump */
|
||||
#define TCQ_F_NOLOCK 0x100 /* qdisc does not require locking */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user