diff options
author | Aviv Heller <[email protected]> | 2016-07-05 12:09:47 +0300 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-07-05 11:51:55 -0700 |
commit | a30b016808e214c6864ad579ef867b3fe0a314f8 (patch) | |
tree | 98ec3e3d4154e5be48a4af89eb7ed7b8dc25427e /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 2609af19362d03332b55fc7836e7023bcd6d90bf (diff) |
bonding: fix enslavement slave link notifications
Currently, link notifications are not sent by
bond_set_slave_link_state() upon enslavement if
the slave is enslaved when up.
This happens because slave->link default init value
is 0, which is the same as BOND_LINK_UP, resulting
in bond_set_slave_link_state() ignoring this transition.
This patch sets the default value of slave->link to
BOND_LINK_NOCHANGE, assuring it will count as a state
transition and thus trigger notification logic.
Signed-off-by: Aviv Heller <[email protected]>
Reviewed-by: Jiri Pirko <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions