]> git.baikalelectronics.ru Git - kernel.git/commit
net: Define accessors to manipulate QDISC_STATE_RUNNING
authorEric Dumazet <eric.dumazet@gmail.com>
Wed, 2 Jun 2010 10:23:51 +0000 (03:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Jun 2010 10:23:51 +0000 (03:23 -0700)
commita0cf0b28eb6205d4aadfb39bb8e8900b02fd4d06
tree29b338a0c54c00880720d808f2fede7c605f516d
parent99cd5b26db44d3977fd291d6d21d3b1b37da04b5
net: Define accessors to manipulate QDISC_STATE_RUNNING

Define three helpers to manipulate QDISC_STATE_RUNNIG flag, that a
second patch will move on another location.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/pkt_sched.h
include/net/sch_generic.h
net/core/dev.c
net/sched/sch_generic.c