net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len()
authorMichal Soltys <soltys@ziu.info>
Thu, 30 Jun 2016 00:26:45 +0000 (02:26 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Jul 2016 09:03:43 +0000 (05:03 -0400)
commitd1d0fc5e4c6822c5dadd9389297c7c1b8eea314f
treef6570fd55386fa2e04884efdc906c9a5c7038b8d
parent12d0ad3be9c3854e52ec74bb83bb6f43612827c7
net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len()

The condition can only succeed on wrong configurations.

Signed-off-by: Michal Soltys <soltys@ziu.info>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_hfsc.c