]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit34642ad37e19c45fe344571e6dd18085d5d0ceaa
treef6570fd55386fa2e04884efdc906c9a5c7038b8d
parenta35aa188154e59101b590f0fc21bc2c803cf3deb
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