[PKT_SCHED]: Cleanup pfifo_fast qdisc and remove unnecessary code
authorThomas Graf <tgraf@suug.ch>
Sun, 19 Jun 2005 05:58:53 +0000 (22:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Jun 2005 05:58:53 +0000 (22:58 -0700)
commitf87a9c3ddf08c10d8427bcedf3f53098113136d0
tree69d791f5e29399793667f327c2e2d591d180bbe7
parent321090e7a468ab33917a0af839a3ae923b1c1bc5
[PKT_SCHED]: Cleanup pfifo_fast qdisc and remove unnecessary code

Removes the skb trimming code which is not needed since we never
touch the skb upon failure. Removes unnecessary 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_generic.c