projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e1db4a
)
bonding: 3ad: Remove unused declaration bond_3ad_update_lacp_active()
author
YueHaibing
<yuehaibing@huawei.com>
Wed, 26 Jul 2023 14:38:16 +0000
(22:38 +0800)
committer
Jakub Kicinski
<kuba@kernel.org>
Sat, 29 Jul 2023 01:06:30 +0000
(18:06 -0700)
This is not used since commit
3a755cd8b7c6
("bonding: add new option lacp_active")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Hangbin Liu <liuhangbin@gmail.com>
Link:
https://lore.kernel.org/r/20230726143816.15280-1-yuehaibing@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/bond_3ad.h
patch
|
blob
|
history
diff --git
a/include/net/bond_3ad.h
b/include/net/bond_3ad.h
index a016f275cb0163babd5f2c9243371c35f5db959f..c5e57c6bd8736759086f8cc263f9028796850f12 100644
(file)
--- a/
include/net/bond_3ad.h
+++ b/
include/net/bond_3ad.h
@@
-301,7
+301,6
@@
int __bond_3ad_get_active_agg_info(struct bonding *bond,
int bond_3ad_lacpdu_recv(const struct sk_buff *skb, struct bonding *bond,
struct slave *slave);
int bond_3ad_set_carrier(struct bonding *bond);
-void bond_3ad_update_lacp_active(struct bonding *bond);
void bond_3ad_update_lacp_rate(struct bonding *bond);
void bond_3ad_update_ad_actor_settings(struct bonding *bond);
int bond_3ad_stats_fill(struct sk_buff *skb, struct bond_3ad_stats *stats);