commit | f87a9c3ddf08c10d8427bcedf3f53098113136d0 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Sat Jun 18 22:58:53 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 18 22:58:53 2005 -0700 |
tree | 69d791f5e29399793667f327c2e2d591d180bbe7 | |
parent | 321090e7a468ab33917a0af839a3ae923b1c1bc5 [diff] |
[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>