[PKT_SCHED]: Cleanup fifo qdisc and remove unnecessary code
authorThomas Graf <tgraf@suug.ch>
Sun, 19 Jun 2005 05:58:00 +0000 (22:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Jun 2005 05:58:00 +0000 (22:58 -0700)
commit6fc8e84f4cf8d623f98aebfd6996dc3848bcf964
tree7c57592eb5c394661efee21f428a56a3e182d514
parentaaae3013d186d71a01e1059c9633c4ec8729d891
[PKT_SCHED]: Cleanup fifo qdisc and remove unnecessary code

Removes the skb trimming code which is not needed since we never
touch the skb upon failure. Removes unnecessary includes,
initializers, and simplifies the code a bit.

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