]> git.baikalelectronics.ru Git - kernel.git/commit
net_sched: expand control flow of macro SKIP_NONLOCAL
authorYang Yingliang <yangyingliang@huawei.com>
Wed, 11 Dec 2013 07:17:11 +0000 (15:17 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Dec 2013 17:29:26 +0000 (12:29 -0500)
commit726c30063fd143967325d949b71671c2b9629988
tree5d8bdeb62a1d8e1f23132ab6aefde2c921954d5c
parente935aa066381056630490e6d5e53ef5b5be54319
net_sched: expand control flow of macro SKIP_NONLOCAL

SKIP_NONLOCAL hides the control flow. The control flow should be
inlined and expanded explicitly in code so that someone who reads
it can tell the control flow can be changed by the statement.

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/em_meta.c