Skip to content
Commit 85c0c3eb authored by Seth Forshee's avatar Seth Forshee Committed by Jakub Kicinski
Browse files

net: sch: simplify condtion for selecting mini_Qdisc_pair buffer



The only valid values for a miniq pointer are NULL or a pointer to
miniq1 or miniq2, so testing for miniq_old != &miniq1 is functionally
equivalent to testing that it is NULL or equal to &miniq2.

Suggested-by: default avatarJakub Kicinski <kuba@kernel.org>
Signed-off-by: default avatarSeth Forshee <sforshee@digitalocean.com>
Link: https://lore.kernel.org/r/20211026183721.137930-1-seth@forshee.me
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 26746382
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment