Преглед на файлове

ipv4: remove unused member in fib_table.

This patch removes an unused parameter (tb_stamp) from fib_table
structure in include/net/ip_fib.h.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Rami Rosen преди 16 години
родител
ревизия
92ae3efa53
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      include/net/ip_fib.h

+ 0 - 1
include/net/ip_fib.h

@@ -145,7 +145,6 @@ struct fib_result_nl {
 struct fib_table {
 	struct hlist_node tb_hlist;
 	u32		tb_id;
-	unsigned	tb_stamp;
 	int		tb_default;
 	int		(*tb_lookup)(struct fib_table *tb, const struct flowi *flp, struct fib_result *res);
 	int		(*tb_insert)(struct fib_table *, struct fib_config *);