Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92ae3efa authored by Rami Rosen's avatar Rami Rosen Committed by David S. Miller
Browse files

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: default avatarRami Rosen <ramirose@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 495a1b4e
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -145,7 +145,6 @@ struct fib_result_nl {
struct fib_table {
struct fib_table {
	struct hlist_node tb_hlist;
	struct hlist_node tb_hlist;
	u32		tb_id;
	u32		tb_id;
	unsigned	tb_stamp;
	int		tb_default;
	int		tb_default;
	int		(*tb_lookup)(struct fib_table *tb, const struct flowi *flp, struct fib_result *res);
	int		(*tb_lookup)(struct fib_table *tb, const struct flowi *flp, struct fib_result *res);
	int		(*tb_insert)(struct fib_table *, struct fib_config *);
	int		(*tb_insert)(struct fib_table *, struct fib_config *);