commit | 6fc8e84f4cf8d623f98aebfd6996dc3848bcf964 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Sat Jun 18 22:58:00 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 18 22:58:00 2005 -0700 |
tree | 7c57592eb5c394661efee21f428a56a3e182d514 | |
parent | aaae3013d186d71a01e1059c9633c4ec8729d891 [diff] |
[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>