netdev
[Top] [All Lists]

[PATCH 2.6] U32: Remove unused hgenerator field in tc_u_hnode

To: "David S. Miller" <davem@xxxxxxxxxxxxx>
Subject: [PATCH 2.6] U32: Remove unused hgenerator field in tc_u_hnode
From: Thomas Graf <tgraf@xxxxxxx>
Date: Sat, 23 Oct 2004 00:10:20 +0200
Cc: netdev@xxxxxxxxxxx
Sender: netdev-bounce@xxxxxxxxxxx
Signed-off-by: Thomas Graf <tgraf@xxxxxxx>

--- linux-2.6.9-bk6.orig/net/sched/cls_u32.c    2004-10-21 17:29:02.000000000 
+0200
+++ linux-2.6.9-bk6/net/sched/cls_u32.c 2004-10-23 00:01:29.000000000 +0200
@@ -88,7 +88,6 @@
        struct tc_u_common      *tp_c;
        int                     refcnt;
        unsigned                divisor;
-       u32                     hgenerator;
        struct tc_u_knode       *ht[1];
 };
 

<Prev in Thread] Current Thread [Next in Thread>
  • [PATCH 2.6] U32: Remove unused hgenerator field in tc_u_hnode, Thomas Graf <=