projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38dbaf0
)
bonding:delete unused alb_timer
author
Peter Pan(潘卫平)
<panweiping3@gmail.com>
Sun, 10 Apr 2011 22:17:24 +0000
(22:17 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 11 Apr 2011 20:15:55 +0000
(13:15 -0700)
Now bonding-alb uses delayed_work instead of timer_list.
Signed-off-by: Weiping Pan(潘卫平) <panweiping3@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_alb.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/bonding/bond_alb.h
b/drivers/net/bonding/bond_alb.h
index 86861f08b24d1ec91f3b80e8efe4f83999b404a7..f2a1d0a3aa8f9e9b18848eb3d2b53f962559a7cd 100644
(file)
--- a/
drivers/net/bonding/bond_alb.h
+++ b/
drivers/net/bonding/bond_alb.h
@@
-122,7
+122,6
@@
struct tlb_slave_info {
};
struct alb_bond_info {
- struct timer_list alb_timer;
struct tlb_client_info *tx_hashtbl; /* Dynamically allocated */
spinlock_t tx_hashtbl_lock;
u32 unbalanced_load;