projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
495a1b4
)
ipv4: remove unused member in fib_table.
author
Rami Rosen
<ramirose@gmail.com>
Mon, 27 Apr 2009 09:35:32 +0000
(
02:35
-0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 27 Apr 2009 09:35:32 +0000
(
02:35
-0700)
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>
include/net/ip_fib.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/ip_fib.h
b/include/net/ip_fib.h
index 8b12667f7a2bccad312fc0e63e679dfd02ec3509..34855eede5fe104c019d45c2cd6d1b466bd8acae 100644
(file)
--- a/
include/net/ip_fib.h
+++ b/
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 *);