[PKT_SCHED]: Transform fifo qdisc to use generic queue management interface
authorThomas Graf <tgraf@suug.ch>
Sun, 19 Jun 2005 05:57:42 +0000 (22:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Jun 2005 05:57:42 +0000 (22:57 -0700)
commitaaae3013d186d71a01e1059c9633c4ec8729d891
tree533e5512f5f8497ae293db9bd828a771e957fd8a
parent9972b25d0c6e7f8f893eb3444dea37b42b1201de
[PKT_SCHED]: Transform fifo qdisc to use generic queue management interface

The simplicity of the fifo qdisc allows several qdisc operations to be
redirected to the relevant queue management function directly. Saves
a lot of code lines and gives the pfifo a byte based backlog.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_fifo.c