net: sched: don't set q pointer for shared blocks
authorJiri Pirko <jiri@mellanox.com>
Tue, 13 Feb 2018 11:00:16 +0000 (12:00 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Feb 2018 17:29:02 +0000 (12:29 -0500)
commitbb047ddd145860ff24820320a21f03cf8c071b22
tree86b8b82bf447248596e0a46be3d9e6213a628d97
parent0f2d2b2736b08dafa3bde31d048750fbc8df3a31
net: sched: don't set q pointer for shared blocks

It is pointless to set block->q for block which are shared among
multiple qdiscs. So remove the assignment in that case. Do a bit of code
reshuffle to make block->index initialized at that point so we can use
tcf_block_shared() helper.

Reported-by: Cong Wang <xiyou.wangcong@gmail.com>
Fixes: 4861738775d7 ("net: sched: introduce shared filter blocks infrastructure")
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_api.c