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)
commit4f8f61eb4341be07b4a8d046f646fcf934a89949
tree5d8bdeb62a1d8e1f23132ab6aefde2c921954d5c
parent9319e47c18c41f2748c4140b0ac32097a56f36c1
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